We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hey, I got this error when I was trying to fine tune on CIFAR 10 dataset. I got the same error when I was trying to fine tune on my own dataset.
Anyone got the same error?
Thanks
The text was updated successfully, but these errors were encountered:
Hey, I got this error when I was trying to fine tune on CIFAR 10 dataset. I got the same error when I was trying to fine tune on my own dataset. Anyone got the same error? Thanks
Change two places: (1) line 193: import torch.nn.functional as F output = model(x) loss = F.cross_entropy(output, y) (2) line 106: logits = model(x)
Hope it can be helpful.
Sorry, something went wrong.
Change line 106 to logits = model(x) works.
No branches or pull requests
Hey, I got this error when I was trying to fine tune on CIFAR 10 dataset.
I got the same error when I was trying to fine tune on my own dataset.
Anyone got the same error?
Thanks
The text was updated successfully, but these errors were encountered: