-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
Is there a matlab version? #1
Comments
Hi, I'm sorry that currently there's no implementation with Matlab. |
When I run your code,”RuntimeError: expected scalar type Long but found Int ” |
It's quite a common issue. Please just Google it. Or next time, please attach the entire log so it can be possible for others to check where this issue comes from. |
I add " y_train = y_train.to(torch.long)" in line 27 in main.py and I can run . I think RuntimeError is because y_train is int64. |
No description provided.
The text was updated successfully, but these errors were encountered: