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

Closed
MarkYangjiayi opened this issue Apr 17, 2018 · 6 comments

Comments

@MarkYangjiayi
Copy link

Hello,
I faced this problem. It will be a matter of appreciation if anyone will help me.
Thanks

@MarkYangjiayi
Copy link
Author

@sldyb Yes, I found the solution. You should definitely read the third point of issue#9:#9
It says very clearly that on windows you should use "\" instead of "/", because the other one is for linux

@YCYchunyan
Copy link

@sldyb hi,
I encountered this problem too, I have read the third point of issue#9,but I still can't solve my problem.Can you tell me the solution.
thanks

@MarkYangjiayi
Copy link
Author

MarkYangjiayi commented Apr 29, 2018 via email

@sldyb
Copy link

sldyb commented Apr 29, 2018

Hi @YCYchunyan
see here:
SceneParsing_folder = os.path.splitext(DATA_URL.split("/")[-1])[0] filename = os.path.splitext(f.split("\\")[-1])[0]

@a123935132
Copy link

@sldyb hello,I also have this problem,I have modified SceneParsing_folder = os.path.splitext(DATA_URL.split("/")[-1])[0] filename = os.path.splitext(f.split("\")[-1])[0], but I still can't do that,Can you help me again,thank you very much.

@MarkYangjiayi
Copy link
Author

@a123935132 I think you should check if you changed the code at the right place, because there are two place that looks very alike but only one place(the latter) should be changed

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

4 participants