Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tanasi@mldlibo:~/Documents/models/research/object_detection$ python3 model_main.py --logtostderr --train_dir=/home/tanasi/Documents/models/research/object_detection/training/ --pipeline_config_path=/home/tanasi/Documents/models/research/object_detection/training/ssd_mobilenet_v1_pets.config
- /home/tanasi/Documents/models/research/object_detection/utils/visualization_utils.py:27: UserWarning:
- This call to matplotlib.use() has no effect because the backend has already
- been chosen; matplotlib.use() must be called *before* pylab, matplotlib.pyplot,
- or matplotlib.backends is imported for the first time.
- The backend was *originally* set to 'Qt5Agg' by the following code:
- File "model_main.py", line 26, in <module>
- from object_detection import model_lib
- File "/home/tanasi/Documents/models/research/object_detection/model_lib.py", line 27, in <module>
- from object_detection import eval_util
- File "/home/tanasi/Documents/models/research/object_detection/eval_util.py", line 27, in <module>
- from object_detection.metrics import coco_evaluation
- File "/home/tanasi/Documents/models/research/object_detection/metrics/coco_evaluation.py", line 20, in <module>
- from object_detection.metrics import coco_tools
- File "/home/tanasi/Documents/models/research/object_detection/metrics/coco_tools.py", line 47, in <module>
- from pycocotools import coco
- File "/home/tanasi/Documents/models/research/object_detection/pycocotools/coco.py", line 49, in <module>
- import matplotlib.pyplot as plt
- File "/home/tanasi/anaconda3/lib/python3.6/site-packages/matplotlib/pyplot.py", line 71, in <module>
- from matplotlib.backends import pylab_setup
- File "/home/tanasi/anaconda3/lib/python3.6/site-packages/matplotlib/backends/__init__.py", line 16, in <module>
- line for line in traceback.format_stack()
- import matplotlib; matplotlib.use('Agg') # pylint: disable=multiple-statements
- WARNING:tensorflow:Forced number of epochs for all eval validations to be 1.
- W1003 14:41:59.216960 140034557224768 tf_logging.py:125] Forced number of epochs for all eval validations to be 1.
- WARNING:tensorflow:Expected number of evaluation epochs is 1, but instead encountered `eval_on_train_input_config.num_epochs` = 0. Overwriting `num_epochs` to 1.
- W1003 14:41:59.217157 140034557224768 tf_logging.py:125] Expected number of evaluation epochs is 1, but instead encountered `eval_on_train_input_config.num_epochs` = 0. Overwriting `num_epochs` to 1.
- WARNING:tensorflow:Using temporary folder as model directory: /tmp/tmpxpve8_zq
- W1003 14:41:59.217715 140034557224768 tf_logging.py:125] Using temporary folder as model directory: /tmp/tmpxpve8_zq
- WARNING:tensorflow:Estimator's model_fn (<function create_model_fn.<locals>.model_fn at 0x7f5ba7fba9d8>) includes params argument, but params are not passed to Estimator.
- W1003 14:41:59.218304 140034557224768 tf_logging.py:125] Estimator's model_fn (<function create_model_fn.<locals>.model_fn at 0x7f5ba7fba9d8>) includes params argument, but params are not passed to Estimator.
- WARNING:tensorflow:num_readers has been reduced to 1 to match input file shards.
- W1003 14:41:59.239375 140034557224768 tf_logging.py:125] num_readers has been reduced to 1 to match input file shards.
- WARNING:tensorflow:From /home/tanasi/Documents/models/research/object_detection/core/preprocessor.py:1207: calling squeeze (from tensorflow.python.ops.array_ops) with squeeze_dims is deprecated and will be removed in a future version.
- Instructions for updating:
- Use the `axis` argument instead
- W1003 14:41:59.483586 140034557224768 tf_logging.py:125] From /home/tanasi/Documents/models/research/object_detection/core/preprocessor.py:1207: calling squeeze (from tensorflow.python.ops.array_ops) with squeeze_dims is deprecated and will be removed in a future version.
- Instructions for updating:
- Use the `axis` argument instead
- WARNING:tensorflow:From /home/tanasi/Documents/models/research/object_detection/builders/dataset_builder.py:148: batch_and_drop_remainder (from tensorflow.contrib.data.python.ops.batching) is deprecated and will be removed in a future version.
- Instructions for updating:
- Use `tf.data.Dataset.batch(..., drop_remainder=True)`.
- W1003 14:42:00.538476 140034557224768 tf_logging.py:125] From /home/tanasi/Documents/models/research/object_detection/builders/dataset_builder.py:148: batch_and_drop_remainder (from tensorflow.contrib.data.python.ops.batching) is deprecated and will be removed in a future version.
- Instructions for updating:
- Use `tf.data.Dataset.batch(..., drop_remainder=True)`.
- W1003 14:42:02.637310 140034557224768 variables_helper.py:141] Variable [BoxPredictor_0/ClassPredictor/biases] is available in checkpoint, but has an incompatible shape with model variable. Checkpoint shape: [[273]], model variable shape: [[6]]. This variable will not be initialized from the checkpoint.
- W1003 14:42:02.637425 140034557224768 variables_helper.py:141] Variable [BoxPredictor_0/ClassPredictor/weights] is available in checkpoint, but has an incompatible shape with model variable. Checkpoint shape: [[1, 1, 512, 273]], model variable shape: [[1, 1, 512, 6]]. This variable will not be initialized from the checkpoint.
- W1003 14:42:02.637537 140034557224768 variables_helper.py:141] Variable [BoxPredictor_1/ClassPredictor/biases] is available in checkpoint, but has an incompatible shape with model variable. Checkpoint shape: [[546]], model variable shape: [[12]]. This variable will not be initialized from the checkpoint.
- W1003 14:42:02.637593 140034557224768 variables_helper.py:141] Variable [BoxPredictor_1/ClassPredictor/weights] is available in checkpoint, but has an incompatible shape with model variable. Checkpoint shape: [[1, 1, 1024, 546]], model variable shape: [[1, 1, 1024, 12]]. This variable will not be initialized from the checkpoint.
- W1003 14:42:02.637680 140034557224768 variables_helper.py:141] Variable [BoxPredictor_2/ClassPredictor/biases] is available in checkpoint, but has an incompatible shape with model variable. Checkpoint shape: [[546]], model variable shape: [[12]]. This variable will not be initialized from the checkpoint.
- W1003 14:42:02.637731 140034557224768 variables_helper.py:141] Variable [BoxPredictor_2/ClassPredictor/weights] is available in checkpoint, but has an incompatible shape with model variable. Checkpoint shape: [[1, 1, 512, 546]], model variable shape: [[1, 1, 512, 12]]. This variable will not be initialized from the checkpoint.
- W1003 14:42:02.637812 140034557224768 variables_helper.py:141] Variable [BoxPredictor_3/ClassPredictor/biases] is available in checkpoint, but has an incompatible shape with model variable. Checkpoint shape: [[546]], model variable shape: [[12]]. This variable will not be initialized from the checkpoint.
- W1003 14:42:02.637862 140034557224768 variables_helper.py:141] Variable [BoxPredictor_3/ClassPredictor/weights] is available in checkpoint, but has an incompatible shape with model variable. Checkpoint shape: [[1, 1, 256, 546]], model variable shape: [[1, 1, 256, 12]]. This variable will not be initialized from the checkpoint.
- W1003 14:42:02.637942 140034557224768 variables_helper.py:141] Variable [BoxPredictor_4/ClassPredictor/biases] is available in checkpoint, but has an incompatible shape with model variable. Checkpoint shape: [[546]], model variable shape: [[12]]. This variable will not be initialized from the checkpoint.
- W1003 14:42:02.637990 140034557224768 variables_helper.py:141] Variable [BoxPredictor_4/ClassPredictor/weights] is available in checkpoint, but has an incompatible shape with model variable. Checkpoint shape: [[1, 1, 256, 546]], model variable shape: [[1, 1, 256, 12]]. This variable will not be initialized from the checkpoint.
- W1003 14:42:02.638081 140034557224768 variables_helper.py:141] Variable [BoxPredictor_5/ClassPredictor/biases] is available in checkpoint, but has an incompatible shape with model variable. Checkpoint shape: [[546]], model variable shape: [[12]]. This variable will not be initialized from the checkpoint.
- W1003 14:42:02.638131 140034557224768 variables_helper.py:141] Variable [BoxPredictor_5/ClassPredictor/weights] is available in checkpoint, but has an incompatible shape with model variable. Checkpoint shape: [[1, 1, 128, 546]], model variable shape: [[1, 1, 128, 12]]. This variable will not be initialized from the checkpoint.
- W1003 14:42:02.640202 140034557224768 variables_helper.py:144] Variable [global_step] is not available in checkpoint
- 2018-10-03 14:42:15.879137: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
- 2018-10-03 14:42:16.066006: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1411] Found device 0 with properties:
- name: GeForce GTX 1080 Ti major: 6 minor: 1 memoryClockRate(GHz): 1.683
- pciBusID: 0000:03:00.0
- totalMemory: 10.92GiB freeMemory: 10.76GiB
- 2018-10-03 14:42:16.230117: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1411] Found device 1 with properties:
- name: GeForce GTX 1080 Ti major: 6 minor: 1 memoryClockRate(GHz): 1.683
- pciBusID: 0000:04:00.0
- totalMemory: 10.91GiB freeMemory: 10.22GiB
- 2018-10-03 14:42:16.231077: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1490] Adding visible gpu devices: 0, 1
- 2018-10-03 14:42:16.611417: I tensorflow/core/common_runtime/gpu/gpu_device.cc:971] Device interconnect StreamExecutor with strength 1 edge matrix:
- 2018-10-03 14:42:16.611467: I tensorflow/core/common_runtime/gpu/gpu_device.cc:977] 0 1
- 2018-10-03 14:42:16.611474: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0: N Y
- 2018-10-03 14:42:16.611494: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 1: Y N
- 2018-10-03 14:42:16.611899: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1103] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10401 MB memory) -> physical GPU (device: 0, name: GeForce GTX 1080 Ti, pci bus id: 0000:03:00.0, compute capability: 6.1)
- 2018-10-03 14:42:16.708981: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1103] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:1 with 9877 MB memory) -> physical GPU (device: 1, name: GeForce GTX 1080 Ti, pci bus id: 0000:04:00.0, compute capability: 6.1)
Advertisement
Add Comment
Please, Sign In to add comment