Advertisement
lamiastella

4, 3 tensor

May 10th, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. (py35) E:\opensource_codes\gesture_recognition\hand3d-master>python run.py
  2. Traceback (most recent call last):
  3. File "run.py", line 75, in <module>
  4. feed_dict={image_tf: image_v})
  5. File "C:\Users\mona6\AppData\Local\conda\conda\envs\py35\lib\site-packages\tensorflow\python\client\session.py", line 766, in run
  6. run_metadata_ptr)
  7. File "C:\Users\mona6\AppData\Local\conda\conda\envs\py35\lib\site-packages\tensorflow\python\client\session.py", line 943, in _run
  8. % (np_val.shape, subfeed_t.name, str(subfeed_t.get_shape())))
  9. ValueError: Cannot feed value of shape (1, 240, 320, 4) for Tensor 'Placeholder:0', which has shape '(1, 240, 320, 3)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement