Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resnet on cifar10 #6

Open
fychao opened this issue Jan 23, 2018 · 0 comments
Open

resnet on cifar10 #6

fychao opened this issue Jan 23, 2018 · 0 comments

Comments

@fychao
Copy link
Owner

fychao commented Jan 23, 2018

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

@fychao fychao changed the title resnet on cifar resnet on cifar10 Jan 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant