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

Error while using mobilenet weights #42

Closed
pateldigant opened this issue Sep 24, 2018 · 1 comment
Closed

Error while using mobilenet weights #42

pateldigant opened this issue Sep 24, 2018 · 1 comment

Comments

@pateldigant
Copy link

This code works fine for xception weighs but when i tried using mobilenet weights i get this error while trying to instantiate deeplab_model = Deeplabv3()
"ValueError: Layer #148 (named "image_pooling"), weight <tf.Variable 'image_pooling_1/kernel:0' shape=(1, 1, 2048, 256) dtype=float32_ref> has shape (1, 1, 2048, 256), but the saved weight has shape (256, 320, 1, 1).
"

@pateldigant
Copy link
Author

This error was for the previous release.

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