-
Notifications
You must be signed in to change notification settings - Fork 8
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
about train #5
Comments
That's because the version of tensorly is incorrect. |
May I ask you what the correct version should be |
According to the suggestions of netizens, I resolved the problem that AttributeError: module 'torch' has no attribute 'pi' by replacing “import torch” with “import math import torch torch.pi=math.pi”. |
I have the same problem. “AttributeError: module 'torch' has no attribute 'e'“ Has it been solved |
i think 'torch' has no attribute 'e' may be math.e solved |
Hello, I am very interested in this job. I tried to download the code deployment environment and train the model. I found the following errors:
I wonder if an error was reported due to incomplete code (indeed, the pi attribute was not found in pytorch)
The text was updated successfully, but these errors were encountered: