You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO:tensorflow:loss = 0.15291552, step = 97669 (5.215 sec)
2018-01-23 07:12:37.500129: W tensorflow/core/framework/op_kernel.cc:1192] Out of range: End of sequence
[[Node: IteratorGetNext = IteratorGetNext[output_shapes=[[?,32,32,3], [?,10]], output_types=[DT_FLOAT, DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](OneShotIterator)]]
2018-01-23 07:12:37.501307: W tensorflow/core/framework/op_kernel.cc:1192] Out of range: End of sequence
[[Node: IteratorGetNext = IteratorGetNext[output_shapes=[[?,32,32,3], [?,10]], output_types=[DT_FLOAT, DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](OneShotIterator)]]
2018-01-23 07:12:37.501393: W tensorflow/core/framework/op_kernel.cc:1192] Out of range: End of sequence
[[Node: IteratorGetNext = IteratorGetNext[output_shapes=[[?,32,32,3], [?,10]], output_types=[DT_FLOAT, DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](OneShotIterator)]]
INFO:tensorflow:Saving checkpoints for 97675 into /tmp/cifar10_model/model.ckpt.
INFO:tensorflow:Loss for final step: 0.1549716.
INFO:tensorflow:Starting evaluation at 2018-01-23-07:12:38
2018-01-23 07:12:39.422733: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1120] Creating TensorFlow device (/device:GPU:0) -> (device: 0, name: Tesla P100-PCIE-12GB, pci bus id: 0000:03:00.0, compute capability: 6.0)
2018-01-23 07:12:39.422844: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1120] Creating TensorFlow device (/device:GPU:1) -> (device: 1, name: Tesla P100-PCIE-12GB, pci bus id: 0000:82:00.0, compute capability: 6.0)
INFO:tensorflow:Restoring parameters from /tmp/cifar10_model/model.ckpt-97675
INFO:tensorflow:Finished evaluation at 2018-01-23-07:12:41
INFO:tensorflow:Saving dict for global step 97675: accuracy = 0.9253, global_step = 97675, loss = 0.4823422
{'loss': 0.4823422, 'global_step': 97675, 'accuracy': 0.9253}
real 89m49.148s
user 333m33.540s
sys 73m16.852s
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: