convolutional train error
(Tensorflow) ubt@ubt: ~$: python convolutional.py
......
......
step 10000, training accuracy 0.94
2018-06-23 21:11:16.991132: W tensorflow/core/framework/allocator.cc:101] Allocation of 1003520000 exceeds 10% of system memory.
2018-06-23 21:11:19.599471: W tensorflow/core/framework/allocator.cc:101] Allocation of 250880000 exceeds 10% of system memory.
2018-06-23 21:11:19.811417: W tensorflow/core/framework/allocator.cc:101] Allocation of 501760000 exceeds 10% of system memory.
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted (core dumped)
(Tensorflow) ubt@ubt: ~$