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 (0,) for Tensor 'input_image:0', which has shape '(?, 224, 224, 3)'에러 해결이 안됩니다 #7

Open
lgw9705 opened this issue Nov 2, 2020 · 0 comments

Comments

@lgw9705
Copy link

lgw9705 commented Nov 2, 2020

"/" 를 "\" 로 바꾸는 작업을 완료 했는데도 에러가 계속 발생합니다.
Traceback (most recent call last):
File "FCN.py", line 231, in
tf.app.run()
File "C:\Users\user\anaconda3\envs\FCN\lib\site-packages\tensorflow\python\platform\app.py", line 126, in run
_sys.exit(main(argv))
File "FCN.py", line 199, in main
sess.run(train_op, feed_dict=feed_dict)
File "C:\Users\user\anaconda3\envs\FCN\lib\site-packages\tensorflow\python\client\session.py", line 905, in run
run_metadata_ptr)
File "C:\Users\user\anaconda3\envs\FCN\lib\site-packages\tensorflow\python\client\session.py", line 1116, in _run
str(subfeed_t.get_shape())))
ValueError: Cannot feed value of shape (0,) for Tensor 'input_image:0', which has shape '(?, 224, 224, 3)'

그리고 이러한 에러도 발생하는데 혹시 버전이 안맞아서 그런건가요?
2020-11-02 10:04:31.049834: E T:\src\github\tensorflow\tensorflow\core\util\events_writer.cc:104] Write failed because file could not be opened.

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