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

ValueError: Cannot feed value of shape (11, 16, 160, 160, 3) for Tensor 'Placeholder:0', which has shape '(12, 16, 160, 160, 3)' #110

Open
AndyHon opened this issue Apr 29, 2019 · 1 comment

Comments

@AndyHon
Copy link

AndyHon commented Apr 29, 2019

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)'

@AmmarKamoona
Copy link

Hi there,
I got this problem but I solved by placing the UCF101 within same root

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

2 participants