-
Notifications
You must be signed in to change notification settings - Fork 15
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
Error while training on CIFAR!! #1
Comments
@yutinyang error occur in which line number ? |
line 24, in forward
x = leff(x[:, 1:])
…------------------ 原始邮件 ------------------
发件人: "rishikksh20/CeiT-pytorch" ***@***.***>;
发送时间: 2021年4月9日(星期五) 下午5:31
***@***.***>;
***@***.******@***.***>;
主题: Re: [rishikksh20/CeiT-pytorch] Error while training on CIFAR!! (#1)
@yutinyang error occur in which line number ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@rishikksh20 @yutinyang I am also following the same error |
The error was caused by the TorchVision version. Install Torchvision ==0.9 Torch ==1.8.1 to solve the problem. |
I also following the same error. Can you help me?Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
raise EinopsError('Shape mismatch, {} != {}'.format(length, known_product))
einops.EinopsError: Shape mismatch, 4 != 196
The text was updated successfully, but these errors were encountered: