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

Value error running model #3

Open
kcneato opened this issue Jun 19, 2019 · 1 comment
Open

Value error running model #3

kcneato opened this issue Jun 19, 2019 · 1 comment

Comments

@kcneato
Copy link

kcneato commented Jun 19, 2019

Hi, when running the code

from keras.applications.inception_v3 import InceptionV3 base_model = InceptionV3(weights=None, include_top=False , input_shape=None)

i get a shape rank error.

ValueError: Shape must be rank 1 but is rank 0 for 'batch_normalization_1/cond/Reshape_3' (op: 'Reshape') with input shapes: [1,32,1,1], [].

I dont really follow why i get this error, any ideas why? Running in python 3.6, want to confirm that you have also run in 3.6?

Thanks for any help and for the great code!

@deadskull7
Copy link
Owner

deadskull7 commented Jun 26, 2019 via email

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

2 participants