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
If you get a message like this:
File "C:\Users\Gameroom\ai-art-generator\taming-transformers\taming\data\utils.py", line 11, in
from torch._six import string_classes
ModuleNotFoundError: No module named 'torch._six'
Go to the location that is given and open the file with a text editor:
File "C:\Users\Gameroom\ai-art-generator\taming-transformers\taming\data\utils.py"
And put a # before the code:
In my case is it on line 11.
from torch._six import string_classes
how do you fix "AssertionError: Torch not compiled with CUDA enabled"
and " ModuleNotFoundError: No module named 'torch._six' "
The text was updated successfully, but these errors were encountered: