Advertisement
Guest User

Untitled

a guest
Jul 15th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.64 KB | None | 0 0
  1. INFO:tensorflow:Scale of 0 disables regularizer.
  2. INFO:tensorflow:Scale of 0 disables regularizer.
  3. INFO:tensorflow:Scale of 0 disables regularizer.
  4. INFO:tensorflow:Scale of 0 disables regularizer.
  5. INFO:tensorflow:depth of additional conv before box predictor: 0
  6. INFO:tensorflow:depth of additional conv before box predictor: 0
  7. WARNING:tensorflow:From /content/drive/Lisa_TLR_Project/models/research/object_detection/core/box_predictor.py:407: calling reduce_mean (from tensorflow.python.ops.math_ops) with keep_dims is deprecated and will be removed in a future version.
  8. Instructions for updating:
  9. keep_dims is deprecated, use keepdims instead
  10. WARNING:tensorflow:From /content/drive/Lisa_TLR_Project/models/research/object_detection/core/box_predictor.py:407: calling reduce_mean (from tensorflow.python.ops.math_ops) with keep_dims is deprecated and will be removed in a future version.
  11. Instructions for updating:
  12. keep_dims is deprecated, use keepdims instead
  13. INFO:tensorflow:Scale of 0 disables regularizer.
  14. INFO:tensorflow:Scale of 0 disables regularizer.
  15. WARNING:tensorflow:From /content/drive/Lisa_TLR_Project/models/research/object_detection/core/losses.py:317: softmax_cross_entropy_with_logits (from tensorflow.python.ops.nn_ops) is deprecated and will be removed in a future version.
  16. Instructions for updating:
  17.  
  18. Future major versions of TensorFlow will allow gradients to flow
  19. into the labels input on backprop by default.
  20.  
  21. See @{tf.nn.softmax_cross_entropy_with_logits_v2}.
  22.  
  23. WARNING:tensorflow:From /content/drive/Lisa_TLR_Project/models/research/object_detection/core/losses.py:317: softmax_cross_entropy_with_logits (from tensorflow.python.ops.nn_ops) is deprecated and will be removed in a future version.
  24. Instructions for updating:
  25.  
  26. Future major versions of TensorFlow will allow gradients to flow
  27. into the labels input on backprop by default.
  28.  
  29. See @{tf.nn.softmax_cross_entropy_with_logits_v2}.
  30.  
  31. INFO:root:Starting evaluation at 2018-07-15-18:59:32
  32. 2018-07-15 18:59:34.368014: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:897] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
  33. 2018-07-15 18:59:34.368566: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1392] Found device 0 with properties:
  34. name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235
  35. pciBusID: 0000:00:04.0
  36. totalMemory: 11.17GiB freeMemory: 11.10GiB
  37. 2018-07-15 18:59:34.368619: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1471] Adding visible gpu devices: 0
  38. 2018-07-15 18:59:34.782235: I tensorflow/core/common_runtime/gpu/gpu_device.cc:952] Device interconnect StreamExecutor with strength 1 edge matrix:
  39. 2018-07-15 18:59:34.782298: I tensorflow/core/common_runtime/gpu/gpu_device.cc:958] 0
  40. 2018-07-15 18:59:34.782333: I tensorflow/core/common_runtime/gpu/gpu_device.cc:971] 0: N
  41. 2018-07-15 18:59:34.782689: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1084] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10763 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:00:04.0, compute capability: 3.7)
  42. INFO:tensorflow:Restoring parameters from training/model.ckpt-43870
  43. INFO:tensorflow:Restoring parameters from training/model.ckpt-43870
  44. 2018-07-15 18:59:37.149728: W tensorflow/core/framework/op_kernel.cc:1318] OP_REQUIRES failed at save_restore_v2_ops.cc:184 : Out of range: Read less bytes than requested
  45. Traceback (most recent call last):
  46. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 1322, in _do_call
  47. return fn(*args)
  48. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 1307, in _run_fn
  49. options, feed_dict, fetch_list, target_list, run_metadata)
  50. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 1409, in _call_tf_sessionrun
  51. run_metadata)
  52. tensorflow.python.framework.errors_impl.OutOfRangeError: Read less bytes than requested
  53. [[Node: save/RestoreV2 = RestoreV2[dtypes=[DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, ..., DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_INT64], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0, save/RestoreV2/tensor_names, save/RestoreV2/shape_and_slices)]]
  54. [[Node: save/RestoreV2/_309 = _Recv[client_terminated=false, recv_device="/job:localhost/replica:0/task:0/device:GPU:0", send_device="/job:localhost/replica:0/task:0/device:CPU:0", send_device_incarnation=1, tensor_name="edge_306_save/RestoreV2", tensor_type=DT_FLOAT, _device="/job:localhost/replica:0/task:0/device:GPU:0"]()]]
  55.  
  56. During handling of the above exception, another exception occurred:
  57.  
  58. Traceback (most recent call last):
  59. File "eval.py", line 153, in <module>
  60. tf.app.run()
  61. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/platform/app.py", line 125, in run
  62. _sys.exit(main(argv))
  63. File "eval.py", line 149, in main
  64. graph_hook_fn=graph_rewriter_fn)
  65. File "/content/drive/Lisa_TLR_Project/models/research/object_detection/evaluator.py", line 281, in evaluate
  66. losses_dict=losses_dict)
  67. File "/content/drive/Lisa_TLR_Project/models/research/object_detection/eval_util.py", line 433, in repeated_checkpoint_run
  68. losses_dict=losses_dict)
  69. File "/content/drive/Lisa_TLR_Project/models/research/object_detection/eval_util.py", line 273, in _run_checkpoint_once
  70. restore_fn(sess)
  71. File "/content/drive/Lisa_TLR_Project/models/research/object_detection/evaluator.py", line 260, in _restore_latest_checkpoint
  72. saver.restore(sess, latest_checkpoint)
  73. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/training/saver.py", line 1752, in restore
  74. {self.saver_def.filename_tensor_name: save_path})
  75. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 900, in run
  76. run_metadata_ptr)
  77. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 1135, in _run
  78. feed_dict_tensor, options, run_metadata)
  79. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 1316, in _do_run
  80. run_metadata)
  81. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 1335, in _do_call
  82. raise type(e)(node_def, op, message)
  83. tensorflow.python.framework.errors_impl.OutOfRangeError: Read less bytes than requested
  84. [[Node: save/RestoreV2 = RestoreV2[dtypes=[DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, ..., DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_INT64], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0, save/RestoreV2/tensor_names, save/RestoreV2/shape_and_slices)]]
  85. [[Node: save/RestoreV2/_309 = _Recv[client_terminated=false, recv_device="/job:localhost/replica:0/task:0/device:GPU:0", send_device="/job:localhost/replica:0/task:0/device:CPU:0", send_device_incarnation=1, tensor_name="edge_306_save/RestoreV2", tensor_type=DT_FLOAT, _device="/job:localhost/replica:0/task:0/device:GPU:0"]()]]
  86.  
  87. Caused by op 'save/RestoreV2', defined at:
  88. File "eval.py", line 153, in <module>
  89. tf.app.run()
  90. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/platform/app.py", line 125, in run
  91. _sys.exit(main(argv))
  92. File "eval.py", line 149, in main
  93. graph_hook_fn=graph_rewriter_fn)
  94. File "/content/drive/Lisa_TLR_Project/models/research/object_detection/evaluator.py", line 256, in evaluate
  95. saver = tf.train.Saver(variables_to_restore)
  96. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/training/saver.py", line 1284, in __init__
  97. self.build()
  98. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/training/saver.py", line 1296, in build
  99. self._build(self._filename, build_save=True, build_restore=True)
  100. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/training/saver.py", line 1333, in _build
  101. build_save=build_save, build_restore=build_restore)
  102. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/training/saver.py", line 781, in _build_internal
  103. restore_sequentially, reshape)
  104. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/training/saver.py", line 400, in _AddRestoreOps
  105. restore_sequentially)
  106. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/training/saver.py", line 832, in bulk_restore
  107. return io_ops.restore_v2(filename_tensor, names, slices, dtypes)
  108. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/ops/gen_io_ops.py", line 1463, in restore_v2
  109. shape_and_slices=shape_and_slices, dtypes=dtypes, name=name)
  110. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/op_def_library.py", line 787, in _apply_op_helper
  111. op_def=op_def)
  112. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/ops.py", line 3414, in create_op
  113. op_def=op_def)
  114. File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/ops.py", line 1740, in __init__
  115. self._traceback = self._graph._extract_stack() # pylint: disable=protected-access
  116.  
  117. OutOfRangeError (see above for traceback): Read less bytes than requested
  118. [[Node: save/RestoreV2 = RestoreV2[dtypes=[DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, ..., DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_INT64], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0, save/RestoreV2/tensor_names, save/RestoreV2/shape_and_slices)]]
  119. [[Node: save/RestoreV2/_309 = _Recv[client_terminated=false, recv_device="/job:localhost/replica:0/task:0/device:GPU:0", send_device="/job:localhost/replica:0/task:0/device:CPU:0", send_device_incarnation=1, tensor_name="edge_306_save/RestoreV2", tensor_type=DT_FLOAT, _device="/job:localhost/replica:0/task:0/device:GPU:0"]()]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement