-
Notifications
You must be signed in to change notification settings - Fork 153
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
Torch.size mismatch #59
Comments
Did you use the |
I have just follow this sentence, |
|
When you use the pretrained model obtained by joint training two tasks, you should use the |
Thank you very much, I would try it. This is the first time I have met a writer who has responded so quickly. I feel really excited. |
You're welcome! |
I want to use your best model to test a dataset named "ECSSD", and I use the sentence you write in the Test part, download the model whose name is "run-1",and update it in the sentence. However,I get this error as follows.
size mismatch for score.score.weight: copying a param with shape torch.Size([1, 256, 3, 3]) from checkpoint, the shape in current model is torch.Size([1, 128, 1, 1]).
I really don't know how to alter it. Thanks.
The text was updated successfully, but these errors were encountered: