Requirements: Python:3.7 MacOS:Big Sur 11.2.1 Openvino:openvino_2021.3.394 Tensorflow:1.15.0 Repro Steps: 1.1Command sudo python3.7 /opt/intel/openvino_2021.3.394/deployment_tools/open_model_zoo/tools/downloader/downloader.py --name ssd_mobilenet_v1_fpn_coco 1.2Response Password: ################|| Downloading ssd_mobilenet_v1_fpn_coco ||################ ========== Downloading /opt/intel/openvino_2021.3.394/deployment_tools/open_model_zoo/tools/downloader/public/ssd_mobilenet_v1_fpn_coco/ssd_mobilenet_v1_fpn_shared_box_predictor_640x640_coco14_sync_2018_07_03.tar.gz ... 100%, 132484 KB, 4103 KB/s, 32 seconds passed ========== Unpacking /opt/intel/openvino_2021.3.394/deployment_tools/open_model_zoo/tools/downloader/public/ssd_mobilenet_v1_fpn_coco/ssd_mobilenet_v1_fpn_shared_box_predictor_640x640_coco14_sync_2018_07_03.tar.gz 2.1Command python3.7 /Users/emre/Documents/Temp/tensorflow_last/models/research/object_detection/object_detection/legacy/train.py --logtostderr --train_dir=/Users/emre/Documents/Temp/tensorflow_last/models/train --pipeline_config_path=/Users/emre/Documents/Temp/tensorflow_last/models/ssd_mobilenet_v1_fpn_shared_box_predictor_640x640_coco14_sync.config Note:Config file attached as txt file. (ssd_mobilenet_v1_fpn_shared_box_predictor_640x640_coco14_sync.txt) 2.2Response WARNING:tensorflow:From /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/absl/app.py:251: main (from __main__) is deprecated and will be removed in a future version. Instructions for updating: Use object_detection/model_main.py. W0718 18:54:17.160089 4516814336 deprecation.py:323] From /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/absl/app.py:251: main (from __main__) is deprecated and will be removed in a future version. Instructions for updating: Use object_detection/model_main.py. WARNING:tensorflow:From /Users/emre/Documents/Temp/tensorflow_last/models/research/object_detection/object_detection/legacy/trainer.py:265: create_global_step (from tf_slim.ops.variables) is deprecated and will be removed in a future version. Instructions for updating: Please switch to tf.train.create_global_step W0718 18:54:17.177958 4516814336 deprecation.py:323] From /Users/emre/Documents/Temp/tensorflow_last/models/research/object_detection/object_detection/legacy/trainer.py:265: create_global_step (from tf_slim.ops.variables) is deprecated and will be removed in a future version. Instructions for updating: Please switch to tf.train.create_global_step INFO:tensorflow:Reading unweighted datasets: ['/Users/emre/Documents/Temp/tensorflow_last/models/tf_record/train.record'] I0718 18:54:17.207098 4516814336 dataset_builder.py:163] Reading unweighted datasets: ['/Users/emre/Documents/Temp/tensorflow_last/models/tf_record/train.record'] INFO:tensorflow:Reading record datasets for input file: ['/Users/emre/Documents/Temp/tensorflow_last/models/tf_record/train.record'] I0718 18:54:17.208154 4516814336 dataset_builder.py:80] Reading record datasets for input file: ['/Users/emre/Documents/Temp/tensorflow_last/models/tf_record/train.record'] INFO:tensorflow:Number of filenames to read: 1 I0718 18:54:17.208302 4516814336 dataset_builder.py:81] Number of filenames to read: 1 WARNING:tensorflow:num_readers has been reduced to 1 to match input file shards. W0718 18:54:17.208404 4516814336 dataset_builder.py:88] num_readers has been reduced to 1 to match input file shards. WARNING:tensorflow:From /Users/emre/Documents/Temp/tensorflow_last/models/research/object_detection/object_detection/builders/dataset_builder.py:105: parallel_interleave (from tensorflow.python.data.experimental.ops.interleave_ops) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.data.Dataset.interleave(map_func, cycle_length, block_length, num_parallel_calls=tf.data.experimental.AUTOTUNE)` instead. If sloppy execution is desired, use `tf.data.Options.experimental_determinstic`. W0718 18:54:17.216276 4516814336 deprecation.py:323] From /Users/emre/Documents/Temp/tensorflow_last/models/research/object_detection/object_detection/builders/dataset_builder.py:105: parallel_interleave (from tensorflow.python.data.experimental.ops.interleave_ops) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.data.Dataset.interleave(map_func, cycle_length, block_length, num_parallel_calls=tf.data.experimental.AUTOTUNE)` instead. If sloppy execution is desired, use `tf.data.Options.experimental_determinstic`. WARNING:tensorflow:From /Users/emre/Documents/Temp/tensorflow_last/models/research/object_detection/object_detection/builders/dataset_builder.py:237: DatasetV1.map_with_legacy_function (from tensorflow.python.data.ops.dataset_ops) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.data.Dataset.map() W0718 18:54:17.245516 4516814336 deprecation.py:323] From /Users/emre/Documents/Temp/tensorflow_last/models/research/object_detection/object_detection/builders/dataset_builder.py:237: DatasetV1.map_with_legacy_function (from tensorflow.python.data.ops.dataset_ops) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.data.Dataset.map() WARNING:tensorflow:From /Users/emre/Documents/Temp/tensorflow_last/models/research/object_detection/object_detection/builders/dataset_builder.py:49: DatasetV1.make_initializable_iterator (from tensorflow.python.data.ops.dataset_ops) is deprecated and will be removed in a future version. Instructions for updating: Use `for ... in dataset:` to iterate over a dataset. If using `tf.estimator`, return the `Dataset` object directly from your input function. As a last resort, you can use `tf.compat.v1.data.make_initializable_iterator(dataset)`. W0718 18:54:20.219524 4516814336 deprecation.py:323] From /Users/emre/Documents/Temp/tensorflow_last/models/research/object_detection/object_detection/builders/dataset_builder.py:49: DatasetV1.make_initializable_iterator (from tensorflow.python.data.ops.dataset_ops) is deprecated and will be removed in a future version. Instructions for updating: Use `for ... in dataset:` to iterate over a dataset. If using `tf.estimator`, return the `Dataset` object directly from your input function. As a last resort, you can use `tf.compat.v1.data.make_initializable_iterator(dataset)`. WARNING:tensorflow:From /Users/emre/Documents/Temp/tensorflow_last/models/research/object_detection/object_detection/core/preprocessor.py:199: sample_distorted_bounding_box (from tensorflow.python.ops.image_ops_impl) is deprecated and will be removed in a future version. Instructions for updating: `seed2` arg is deprecated.Use sample_distorted_bounding_box_v2 instead. W0718 18:54:20.254029 4516814336 deprecation.py:323] From /Users/emre/Documents/Temp/tensorflow_last/models/research/object_detection/object_detection/core/preprocessor.py:199: sample_distorted_bounding_box (from tensorflow.python.ops.image_ops_impl) is deprecated and will be removed in a future version. Instructions for updating: `seed2` arg is deprecated.Use sample_distorted_bounding_box_v2 instead. WARNING:tensorflow:From /Users/emre/Documents/Temp/tensorflow_last/models/research/object_detection/object_detection/core/box_list_ops.py:234: where (from tensorflow.python.ops.array_ops) is deprecated and will be removed in a future version. Instructions for updating: Use tf.where in 2.0, which has the same broadcast rule as np.where W0718 18:54:20.271087 4516814336 deprecation.py:323] From /Users/emre/Documents/Temp/tensorflow_last/models/research/object_detection/object_detection/core/box_list_ops.py:234: where (from tensorflow.python.ops.array_ops) is deprecated and will be removed in a future version. Instructions for updating: Use tf.where in 2.0, which has the same broadcast rule as np.where WARNING:tensorflow:From /Users/emre/Documents/Temp/tensorflow_last/models/research/object_detection/object_detection/core/batcher.py:101: batch (from tensorflow.python.training.input) is deprecated and will be removed in a future version. Instructions for updating: Queue-based input pipelines have been replaced by `tf.data`. Use `tf.data.Dataset.batch(batch_size)` (or `padded_batch(...)` if `dynamic_pad=True`). W0718 18:54:20.323724 4516814336 deprecation.py:323] From /Users/emre/Documents/Temp/tensorflow_last/models/research/object_detection/object_detection/core/batcher.py:101: batch (from tensorflow.python.training.input) is deprecated and will be removed in a future version. Instructions for updating: Queue-based input pipelines have been replaced by `tf.data`. Use `tf.data.Dataset.batch(batch_size)` (or `padded_batch(...)` if `dynamic_pad=True`). WARNING:tensorflow:From /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/tensorflow_core/python/training/input.py:752: QueueRunner.__init__ (from tensorflow.python.training.queue_runner_impl) is deprecated and will be removed in a future version. Instructions for updating: To construct input pipelines, use the `tf.data` module. W0718 18:54:20.327262 4516814336 deprecation.py:323] From /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/tensorflow_core/python/training/input.py:752: QueueRunner.__init__ (from tensorflow.python.training.queue_runner_impl) is deprecated and will be removed in a future version. Instructions for updating: To construct input pipelines, use the `tf.data` module. WARNING:tensorflow:From /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/tensorflow_core/python/training/input.py:752: add_queue_runner (from tensorflow.python.training.queue_runner_impl) is deprecated and will be removed in a future version. Instructions for updating: To construct input pipelines, use the `tf.data` module. W0718 18:54:20.328144 4516814336 deprecation.py:323] From /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/tensorflow_core/python/training/input.py:752: add_queue_runner (from tensorflow.python.training.queue_runner_impl) is deprecated and will be removed in a future version. Instructions for updating: To construct input pipelines, use the `tf.data` module. WARNING:tensorflow:From /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/tf_slim/layers/layers.py:1089: Layer.apply (from tensorflow.python.keras.engine.base_layer) is deprecated and will be removed in a future version. Instructions for updating: Please use `layer.__call__` method instead. W0718 18:54:20.444861 4516814336 deprecation.py:323] From /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/tf_slim/layers/layers.py:1089: Layer.apply (from tensorflow.python.keras.engine.base_layer) is deprecated and will be removed in a future version. Instructions for updating: Please use `layer.__call__` method instead. W0718 18:54:26.363759 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_0/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.363924 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_0/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.363995 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_0/weights/Momentum] is not available in checkpoint W0718 18:54:26.364053 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_10_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.364105 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_10_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.364164 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_10_depthwise/depthwise_weights/Momentum] is not available in checkpoint W0718 18:54:26.364215 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_10_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.364264 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_10_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.364326 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_10_pointwise/weights/Momentum] is not available in checkpoint W0718 18:54:26.364376 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_11_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.364424 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_11_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.364480 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_11_depthwise/depthwise_weights/Momentum] is not available in checkpoint W0718 18:54:26.364529 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_11_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.364583 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_11_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.364640 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_11_pointwise/weights/Momentum] is not available in checkpoint W0718 18:54:26.364689 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_12_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.364739 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_12_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.364794 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_12_depthwise/depthwise_weights/Momentum] is not available in checkpoint W0718 18:54:26.364844 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_12_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.364892 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_12_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.364949 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_12_pointwise/weights/Momentum] is not available in checkpoint W0718 18:54:26.364998 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_13_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.365048 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_13_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.365104 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_13_depthwise/depthwise_weights/Momentum] is not available in checkpoint W0718 18:54:26.365154 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_13_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.365201 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_13_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.365260 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_13_pointwise/weights/Momentum] is not available in checkpoint W0718 18:54:26.365309 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_1_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.365357 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_1_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.365413 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_1_depthwise/depthwise_weights/Momentum] is not available in checkpoint W0718 18:54:26.365461 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_1_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.365509 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_1_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.365564 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_1_pointwise/weights/Momentum] is not available in checkpoint W0718 18:54:26.365614 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_2_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.365663 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_2_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.365718 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_2_depthwise/depthwise_weights/Momentum] is not available in checkpoint W0718 18:54:26.365765 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_2_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.365814 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_2_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.365869 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_2_pointwise/weights/Momentum] is not available in checkpoint W0718 18:54:26.365917 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_3_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.365966 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_3_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.366021 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_3_depthwise/depthwise_weights/Momentum] is not available in checkpoint W0718 18:54:26.366070 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_3_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.366117 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_3_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.366173 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_3_pointwise/weights/Momentum] is not available in checkpoint W0718 18:54:26.366220 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_4_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.366268 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_4_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.366323 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_4_depthwise/depthwise_weights/Momentum] is not available in checkpoint W0718 18:54:26.366373 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_4_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.366421 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_4_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.366477 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_4_pointwise/weights/Momentum] is not available in checkpoint W0718 18:54:26.366528 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_5_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.366576 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_5_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.366632 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_5_depthwise/depthwise_weights/Momentum] is not available in checkpoint W0718 18:54:26.366681 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_5_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.366729 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_5_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.366786 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_5_pointwise/weights/Momentum] is not available in checkpoint W0718 18:54:26.366833 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_6_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.366883 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_6_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.366938 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_6_depthwise/depthwise_weights/Momentum] is not available in checkpoint W0718 18:54:26.366986 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_6_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.367034 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_6_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.367089 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_6_pointwise/weights/Momentum] is not available in checkpoint W0718 18:54:26.367139 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_7_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.367187 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_7_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.367243 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_7_depthwise/depthwise_weights/Momentum] is not available in checkpoint W0718 18:54:26.367290 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_7_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.367340 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_7_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.367396 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_7_pointwise/weights/Momentum] is not available in checkpoint W0718 18:54:26.367444 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_8_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.367493 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_8_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.367548 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_8_depthwise/depthwise_weights/Momentum] is not available in checkpoint W0718 18:54:26.367598 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_8_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.367645 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_8_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.367702 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_8_pointwise/weights/Momentum] is not available in checkpoint W0718 18:54:26.367750 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_9_depthwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.367799 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_9_depthwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.367855 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_9_depthwise/depthwise_weights/Momentum] is not available in checkpoint W0718 18:54:26.367903 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_9_pointwise/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.367951 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_9_pointwise/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.368007 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/Conv2d_9_pointwise/weights/Momentum] is not available in checkpoint W0718 18:54:26.368057 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/fpn/bottom_up_Conv2d_14/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.368117 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/fpn/bottom_up_Conv2d_14/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.368188 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/fpn/bottom_up_Conv2d_14/weights/Momentum] is not available in checkpoint W0718 18:54:26.368242 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/fpn/bottom_up_Conv2d_15/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.368291 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/fpn/bottom_up_Conv2d_15/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.368346 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/fpn/bottom_up_Conv2d_15/weights/Momentum] is not available in checkpoint W0718 18:54:26.368396 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/fpn/projection_1/biases/Momentum] is not available in checkpoint W0718 18:54:26.368445 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/fpn/projection_1/weights/Momentum] is not available in checkpoint W0718 18:54:26.368494 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/fpn/projection_2/biases/Momentum] is not available in checkpoint W0718 18:54:26.368544 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/fpn/projection_2/weights/Momentum] is not available in checkpoint W0718 18:54:26.368592 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/fpn/projection_3/biases/Momentum] is not available in checkpoint W0718 18:54:26.368642 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/fpn/projection_3/weights/Momentum] is not available in checkpoint W0718 18:54:26.368690 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/fpn/smoothing_1/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.368739 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/fpn/smoothing_1/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.368794 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/fpn/smoothing_1/weights/Momentum] is not available in checkpoint W0718 18:54:26.368843 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/fpn/smoothing_2/BatchNorm/beta/Momentum] is not available in checkpoint W0718 18:54:26.368890 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/fpn/smoothing_2/BatchNorm/gamma/Momentum] is not available in checkpoint W0718 18:54:26.368944 4516814336 variables_helper.py:156] Variable [FeatureExtractor/MobilenetV1/fpn/smoothing_2/weights/Momentum] is not available in checkpoint WARNING:tensorflow:From /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/tf_slim/learning.py:734: Supervisor.__init__ (from tensorflow.python.training.supervisor) is deprecated and will be removed in a future version. Instructions for updating: Please switch to tf.train.MonitoredTrainingSession W0718 18:54:26.870261 4516814336 deprecation.py:323] From /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/tf_slim/learning.py:734: Supervisor.__init__ (from tensorflow.python.training.supervisor) is deprecated and will be removed in a future version. Instructions for updating: Please switch to tf.train.MonitoredTrainingSession 2021-07-18 18:54:27.558277: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA 2021-07-18 18:54:27.576813: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x7fcf017915e0 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2021-07-18 18:54:27.576830: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version INFO:tensorflow:Restoring parameters from /Users/emre/Documents/Temp/tensorflow_last/models/train/model.ckpt-0 I0718 18:54:27.579802 4516814336 saver.py:1284] Restoring parameters from /Users/emre/Documents/Temp/tensorflow_last/models/train/model.ckpt-0 WARNING:tensorflow:From /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/tensorflow_core/python/training/saver.py:1069: get_checkpoint_mtimes (from tensorflow.python.training.checkpoint_management) is deprecated and will be removed in a future version. Instructions for updating: Use standard file utilities to get mtimes. W0718 18:54:28.788303 4516814336 deprecation.py:323] From /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/tensorflow_core/python/training/saver.py:1069: get_checkpoint_mtimes (from tensorflow.python.training.checkpoint_management) is deprecated and will be removed in a future version. Instructions for updating: Use standard file utilities to get mtimes. INFO:tensorflow:Running local_init_op. I0718 18:54:28.789540 4516814336 session_manager.py:500] Running local_init_op. INFO:tensorflow:Done running local_init_op. I0718 18:54:29.388906 4516814336 session_manager.py:502] Done running local_init_op. INFO:tensorflow:Starting Session. I0718 18:54:33.949297 4516814336 learning.py:746] Starting Session. INFO:tensorflow:Saving checkpoint to path /Users/emre/Documents/Temp/tensorflow_last/models/train/model.ckpt I0718 18:54:34.238749 123145356120064 supervisor.py:1117] Saving checkpoint to path /Users/emre/Documents/Temp/tensorflow_last/models/train/model.ckpt INFO:tensorflow:Starting Queues. I0718 18:54:34.241323 4516814336 learning.py:760] Starting Queues. INFO:tensorflow:global_step/sec: 0 I0718 18:54:39.705050 123145350864896 supervisor.py:1099] global_step/sec: 0 INFO:tensorflow:Recording summary at step 0. I0718 18:54:44.180414 123145345609728 supervisor.py:1050] Recording summary at step 0. INFO:tensorflow:global step 1: loss = 2.3208 (22.770 sec/step) I0718 18:54:57.341979 4516814336 learning.py:512] global step 1: loss = 2.3208 (22.770 sec/step) INFO:tensorflow:global step 2: loss = 2.0617 (9.843 sec/step) I0718 18:55:07.430543 4516814336 learning.py:512] global step 2: loss = 2.0617 (9.843 sec/step) Note: you can just stop the training after second step. 3.1Command python3.7 mo_tf.py --input_meta_graph /Users/emre/Documents/Temp/tensorflow_last/models/train/model.ckpt-0.meta --output_dir /Users/emre/Documents/Temp/tensorflow_last/models/train/ 3.2Response Model Optimizer arguments: Common parameters: - Path to the Input Model: None - Path for generated IR: /Users/emre/Documents/Temp/tensorflow_last/models/train/ - IR output name: model.ckpt-0 - Log level: ERROR - Batch: Not specified, inherited from the model - Input layers: Not specified, inherited from the model - Output layers: Not specified, inherited from the model - Input shapes: Not specified, inherited from the model - Mean values: Not specified - Scale values: Not specified - Scale factor: Not specified - Precision of IR: FP32 - Enable fusing: True - Enable grouped convolutions fusing: True - Move mean values to preprocess section: None - Reverse input channels: False TensorFlow specific parameters: - Input model in text protobuf format: False - Path to model dump for TensorBoard: None - List of shared libraries with TensorFlow custom layers implementation: None - Update the configuration file with input/output node names: None - Use configuration file used to generate the model with Object Detection API: None - Use the config file: None - Inference Engine found in: /opt/intel/openvino_2021.3.394/python/python3.7/openvino Inference Engine version: 2.1.2021.3.0-2787-60059f2c755-releases/2021/3 Model Optimizer version: 2021.3.0-2787-60059f2c755-releases/2021/3 [ WARNING ] Detected not satisfied dependencies: test-generator: not installed, required: == 0.1.1 Please install required versions of components or use install_prerequisites script /opt/intel/openvino_2021.3.394/deployment_tools/model_optimizer/install_prerequisites/install_prerequisites_tf.sh Note that install_prerequisites scripts may install additional components. [ ANALYSIS INFO ] It looks like there is IteratorGetNext as input Run the Model Optimizer with: --input "IteratorGetNext:0[],IteratorGetNext:1[-1],IteratorGetNext:2[-1 4],IteratorGetNext:3[-1],IteratorGetNext:4[-1],IteratorGetNext:5[-1],IteratorGetNext:6[-1],IteratorGetNext:7[-1],IteratorGetNext:8[-1],IteratorGetNext:9[-1],IteratorGetNext:10[-1],IteratorGetNext:11[-1],IteratorGetNext:12[-1 -1 3],IteratorGetNext:13[],IteratorGetNext:14[2],IteratorGetNext:15[]" And replace all negative values with positive values [ ERROR ] Exception occurred during running replacer "REPLACEMENT_ID" (): Graph contains 0 node after executing . It considered as error because resulting IR will be empty which is not usual Thank you very much in advance.