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

Inception Predict.py 오류나는데요... #35

Open
carrotzzang opened this issue Jun 5, 2018 · 2 comments
Open

Inception Predict.py 오류나는데요... #35

carrotzzang opened this issue Jun 5, 2018 · 2 comments

Comments

@carrotzzang
Copy link

TypeError: Cannot interpret feed_dict key as Tensor: The name 'DecodeJpeg/contents:0' refers to a Tensor which does not exist. The operation, 'DecodeJpeg/contents', does not exist in the graph

이렇게 오류가 납니다.
이래저래 이슈를 찾아보니 google에서 retrain.py를 바꾸면서 'DecodeJpeg/contents:0' 플레이스홀더를 없앴다고 한것 같기도 하고...;;;

어떻게 수정해야하나요?
초보자가 따라하려니 매우 어렵네요. 도와주세요.

@complexhhs
Copy link

저도 같은 문제를 겪고 있는데요.
해결책이 아닌 허탈한 링크를 보내드리게 되네요.

stackoverflow에서 답변으로 google이 업데이트를 하는 과정 중 retain.py에 있는 부분서 DecodeJpeg를
날려버렸다고 합니다. 그래서 feed_dict가 안된다고하네요.

https://stackoverflow.com/questions/45660439/the-name-decodejpeg-contents0-refers-to-a-tensor-which-does-not-exist

@karenkkkk
Copy link

저도 같은 문제를 겪고 있는데요.
해결책이 아닌 허탈한 링크를 보내드리게 되네요.

stackoverflow에서 답변으로 google이 업데이트를 하는 과정 중 retain.py에 있는 부분서 DecodeJpeg를
날려버렸다고 합니다. 그래서 feed_dict가 안된다고하네요.

https://stackoverflow.com/questions/45660439/the-name-decodejpeg-contents0-refers-to-a-tensor-which-does-not-exist

앗... 그렇다면 현재 Inception은 feed_dict 문제로 실행이 불가능하다고 보면 될까요?

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

3 participants