-
Notifications
You must be signed in to change notification settings - Fork 34
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
RuntimeError: The size of tensor a (4) must match the size of tensor b (400) at non-singleton dimension 1 #17
Comments
It occurs for me when modifying the input size during training and then running inference with my finetuned model, here is my changes to have it working
Hope it helps |
I get the same error after trying to adjust the input size and finetune the network. Is there more code that needs to be modified to change input size? |
I encountered this error during training. Did you finally solve this problem? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I encountered this bug with the latest code.
The text was updated successfully, but these errors were encountered: