[Need Help] TypeError: reshape total size must be unchanged #2326
Unanswered
Yuji-github
asked this question in
Q&A
Replies: 1 comment
-
Some comments:
Question: What is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to update params that involve a pre-trained model, however, I get mismatch dims.
TypeError: reshape total size must be unchanged, got new_sizes (1, 1, 16, 64) for shape (1, 1, 256, 1024)
I think I could not pass the network's variables in the 'params' key properly.
Here is what I have done for my model:
How can I fix the errors in this case?
Beta Was this translation helpful? Give feedback.
All reactions