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

shape of model_input_size issues #3

Open
barureddy opened this issue Feb 14, 2018 · 0 comments
Open

shape of model_input_size issues #3

barureddy opened this issue Feb 14, 2018 · 0 comments

Comments

@barureddy
Copy link

barureddy commented Feb 14, 2018

Several times when I use a smaller dataset (few hundred particles) to test the training, I get the following error:

ValueError: Cannot feed value of shape (74, 64, 64, 1) for Tensor u'Placeholder_2:0', which has shape '(100, 64, 64, 1)'

In this case, I can either manually change the model_input_size variable to 74, 64, 64, 1 from the default 100, 64, 64, 1 set in the script, or use a larger dataset. I never run into this issue when training on large (1000s of particles) datasets. Do you know what could be causing this issue?

I'm using CUDA 9 with the latest tensorflow. I did have to change a few of the api call names/variables, but over all it works well.

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