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 alfred.dl.torch.common import device Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'alfred.dl'
#33
Open
zhuyetuo opened this issue
Mar 15, 2024
· 2 comments
Hi, For users who using latest alfred code, if you occured similar issue, then please remove all from alfred.dl import xx code and replace it with torch itself.
The reason why I remove alfred.dl is that it import very slowly on Windows due to involved with torch.
So basically I just removed all torch related code so as well as alfred.dl module.
I am sorry for the inconvenience.
The current solution would just change the code or install a lower version, such as:
No description provided.
The text was updated successfully, but these errors were encountered: