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
It is always one less than batch_size, sometimes two. I don't know why. please help me.thanks
Traceback (most recent call last):
File "/home/p18301147/pseudo-3d-tensorflow/train.py", line 142, in
run()
File "/home/p18301147/pseudo-3d-tensorflow/train.py", line 120, in run
label_placeholder:train_labels})
File "/home/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 905, in run
run_metadata_ptr)
File "/home/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1116, in _run
str(subfeed_t.get_shape())))
ValueError: Cannot feed value of shape (11, 16, 160, 160, 3) for Tensor 'Placeholder:0', which has shape '(12, 16, 160, 160, 3)'
The text was updated successfully, but these errors were encountered:
It is always one less than batch_size, sometimes two. I don't know why. please help me.thanks
Traceback (most recent call last):
File "/home/p18301147/pseudo-3d-tensorflow/train.py", line 142, in
run()
File "/home/p18301147/pseudo-3d-tensorflow/train.py", line 120, in run
label_placeholder:train_labels})
File "/home/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 905, in run
run_metadata_ptr)
File "/home/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1116, in _run
str(subfeed_t.get_shape())))
ValueError: Cannot feed value of shape (11, 16, 160, 160, 3) for Tensor 'Placeholder:0', which has shape '(12, 16, 160, 160, 3)'
The text was updated successfully, but these errors were encountered: