-
Notifications
You must be signed in to change notification settings - Fork 45.4k
Description
liliangqi@liliangqi-workstation:models$ python object_detection/eval.py --logtostderr --pipeline_config_path='/home/liliangqi/google_research/models/object_detection/models/model/faster_rcnn_resnet101_voc07.config' --checkpoint_dir='/home/liliangqi/google_research/models/object_detection/models/model/train/' --eval_dir='/home/liliangqi/google_research/models/object_detection/models/model/eval'
INFO:tensorflow:Scale of 0 disables regularizer.
INFO:tensorflow:Scale of 0 disables regularizer.
INFO:tensorflow:Scale of 0 disables regularizer.
INFO:tensorflow:Scale of 0 disables regularizer.
2017-06-26 22:13:55.627264: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed up CPU computations.
2017-06-26 22:13:55.627281: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.2 instructions, but these are available on your machine and could speed up CPU computations.
2017-06-26 22:13:55.627285: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX instructions, but these are available on your machine and could speed up CPU computations.
2017-06-26 22:13:55.627289: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX2 instructions, but these are available on your machine and could speed up CPU computations.
2017-06-26 22:13:55.627292: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use FMA instructions, but these are available on your machine and could speed up CPU computations.
2017-06-26 22:13:55.749328: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:893] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
2017-06-26 22:13:55.749717: I tensorflow/core/common_runtime/gpu/gpu_device.cc:940] Found device 0 with properties:
name: TITAN X (Pascal)
major: 6 minor: 1 memoryClockRate (GHz) 1.531
pciBusID 0000:01:00.0
Total memory: 11.90GiB
Free memory: 11.51GiB
2017-06-26 22:13:55.749742: I tensorflow/core/common_runtime/gpu/gpu_device.cc:961] DMA: 0
2017-06-26 22:13:55.749747: I tensorflow/core/common_runtime/gpu/gpu_device.cc:971] 0: Y
2017-06-26 22:13:55.749753: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1030] Creating TensorFlow device (/gpu:0) -> (device: 0, name: TITAN X (Pascal), pci bus id: 0000:01:00.0)
INFO:tensorflow:Restoring parameters from /home/liliangqi/google_research/models/object_detection/models/model/train/model.ckpt-140000
INFO:tensorflow:Restoring parameters from /home/liliangqi/google_research/models/object_detection/models/model/train/model.ckpt-140000
WARNING:root:The following classes have no ground truth examples: 0
/home/liliangqi/google_research/models/object_detection/utils/metrics.py:144: RuntimeWarning: invalid value encountered in true_divide
num_images_correctly_detected_per_class / num_gt_imgs_per_class)