(base) root@7d709f66b885:/data1# python ./python_myapi_yoro.py Using TensorFlow backend. /workspace/miniconda/lib/python3.7/site-packages/skimage/io/manage_plugins.py:23: UserWarning: Your installed pillow version is < 8.1.2. Several security issues (CVE-2021-27921, CVE-2021-25290, CVE-2021-25291, CVE-2021-25293, and more) have been fixed in pillow 8.1.2 or higher. We recommend to upgrade this library. from .collection import imread_collection_wrapper WARNING:tensorflow:From /workspace/miniconda/lib/python3.7/site-packages/keras/backend/tensorflow_backend.py:517: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead. WARNING:tensorflow:From /workspace/miniconda/lib/python3.7/site-packages/keras/backend/tensorflow_backend.py:4138: The name tf.random_uniform is deprecated. Please use tf.random.uniform instead. WARNING:tensorflow:From /workspace/miniconda/lib/python3.7/site-packages/keras/backend/tensorflow_backend.py:245: The name tf.get_default_graph is deprecated. Please use tf.compat.v1.get_default_graph instead. WARNING:tensorflow:From /workspace/miniconda/lib/python3.7/site-packages/keras/backend/tensorflow_backend.py:174: The name tf.get_default_session is deprecated. Please use tf.compat.v1.get_default_session instead. WARNING:tensorflow:From /workspace/miniconda/lib/python3.7/site-packages/keras/backend/tensorflow_backend.py:181: The name tf.ConfigProto is deprecated. Please use tf.compat.v1.ConfigProto instead. WARNING:tensorflow:From /workspace/miniconda/lib/python3.7/site-packages/keras/backend/tensorflow_backend.py:186: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead. WARNING:tensorflow:From /workspace/miniconda/lib/python3.7/site-packages/keras/backend/tensorflow_backend.py:190: The name tf.global_variables is deprecated. Please use tf.compat.v1.global_variables instead. WARNING:tensorflow:From /workspace/miniconda/lib/python3.7/site-packages/keras/backend/tensorflow_backend.py:199: The name tf.is_variable_initialized is deprecated. Please use tf.compat.v1.is_variable_initialized instead. WARNING:tensorflow:From /workspace/miniconda/lib/python3.7/site-packages/keras/backend/tensorflow_backend.py:206: The name tf.variables_initializer is deprecated. Please use tf.compat.v1.variables_initializer instead. WARNING:tensorflow:From /workspace/miniconda/lib/python3.7/site-packages/keras/backend/tensorflow_backend.py:1834: The name tf.nn.fused_batch_norm is deprecated. Please use tf.compat.v1.nn.fused_batch_norm instead. WARNING:tensorflow:From /workspace/miniconda/lib/python3.7/site-packages/keras/backend/tensorflow_backend.py:133: The name tf.placeholder_with_default is deprecated. Please use tf.compat.v1.placeholder_with_default instead. WARNING:tensorflow:From /workspace/miniconda/lib/python3.7/site-packages/keras/backend/tensorflow_backend.py:2018: The name tf.image.resize_nearest_neighbor is deprecated. Please use tf.compat.v1.image.resize_nearest_neighbor instead. /workspace/miniconda/lib/python3.7/site-packages/keras/engine/saving.py:292: UserWarning: No training configuration found in save file: the model was *not* compiled. Compile it manually. warnings.warn('No training configuration found in save file: ' Currently, custom input size is only available for single input size. Mystery node may generate wrong size. running compiler and ipEvaluator... Compilation and IP Evaluation finished. Npu performance evaluation result: ========================= ===== Configuration ===== ========================= Frequency = 1000 Mhz Bit width = 8 MAC# = 512 Batch size = 1 4 bit mode is off RDMA_bandwidth_GBPs = 2 GB/s WDMA_bandwidth_GBPs = 2 GB/s GETW_bandwidth_GBPs = 2 GB/s Effective model compression rate = 1 ========================= ===== Output result ===== ========================= output_fps = 5.58307 output_total_cycle = 1.79113e+08 output_total_time = 179.113 ms output_total_time_no_Sync = 196.773 ms ===== Data move ===== output_total_data_move_time = 60.9817 ms output_total_data_move_amount = 0.121963 GB output_avg_data_bw = 0.68093 GB/s ===== Weight loading ===== output_total_weight_size = 246580 KB output_avg_weight_bw = 1.37667 GB/s ===== Dram ===== output_avg_dram_bw = 2.0576 GB/s Input dimensions for 'input_1_o0' (index: 0) do not match. Please make sure your data is the correct shape. (base) root@7d709f66b885:/data1#