You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from torchlars import LARS
File "/home/vladimir/anaconda3/lib/python3.7/site-packages/torchlars/__init__.py", line 2, in <module>
from torchlars.lars import LARS
File "/home/vladimir/anaconda3/lib/python3.7/site-packages/torchlars/lars.py", line 6, in <module>
from torchlars._adaptive_lr import compute_adaptive_lr
ImportError: /home/vladimir/anaconda3/lib/python3.7/site-packages/torchlars/_adaptive_lr.cpython-37m-x86_64-linux-gnu.so: undefined symbol: THPVariableClass
The text was updated successfully, but these errors were encountered:
I have the same problem. Pytorch 1.6.
It may be related to: pytorch/pytorch#38122
Here they are suggesting a solution, but torch is already imported in torchlars before: pytorch/pytorch#6097
The text was updated successfully, but these errors were encountered: