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: Layer #7 (named "bn2a_branch2a"), weight <tf.Variable 'bn2a_branch2a/gamma:0' shape=(256,) dtype=float32_ref> has shape (256,), but the saved weight has shape (64,). #72

Open
zhijianglu opened this issue Nov 6, 2019 · 3 comments

Comments

@zhijianglu
Copy link

when i load the pre-trained cityperson model from author ,i met this problem, seems like the model is wrong, have everyone met this

@SouleTraveler
Copy link

@zhijianglu Have you sovlee it? I met the similar problem as you

@Nexus01
Copy link

Nexus01 commented Feb 26, 2020

I have a similar problem: ValueError: Dimensions must be equal, but are 256 and 160 for 'P3norm/mul' (op: 'Mul') with input shapes: [?,?,?,256], [160].
Is it possible that the size of pictures don't match the size_train?

@quhb2455
Copy link

quhb2455 commented Jun 4, 2020

@Nexus01 Have you figured out your problem? totally same problem as me.

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