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? 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
Thanks a lot for your work.
I am using code call
model = resnet.ResNet34(num_classes=len(dataimages.label_str)) // len(dataimages.label_str) == 11
But I get this message
size mismatch, m1: [4 x 12288], m2: [512 x 11] at /pytorch/aten/src/THC/generic/THCTensorMathBlas.cu:283__
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks a lot for your work.
I am using code call
model = resnet.ResNet34(num_classes=len(dataimages.label_str)) // len(dataimages.label_str) == 11
But I get this message
size mismatch, m1: [4 x 12288], m2: [512 x 11] at /pytorch/aten/src/THC/generic/THCTensorMathBlas.cu:283__
The text was updated successfully, but these errors were encountered: