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
Using "imagine" or "dream" commands results in this error message:
C:\Users\natej>
C:\Users\natej>imagine
Traceback (most recent call last):
File "c:\users\natej\appdata\local\programs\python\python38\lib\runpy.py", line 194, in run_module_as_main
return run_code(code, main_globals, None,
File "c:\users\natej\appdata\local\programs\python\python38\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\natej\AppData\Local\Programs\Python\Python38\Scripts\imagine.exe_main.py", line 4, in
File "c:\users\natej\appdata\local\programs\python\python38\lib\site-packages\deep_daze_init.py", line 1, in
from deep_daze.deep_daze import DeepDaze, Imagine
File "c:\users\natej\appdata\local\programs\python\python38\lib\site-packages\deep_daze\deep_daze.py", line 8, in
import torch
File "c:\users\natej\appdata\local\programs\python\python38\lib\site-packages\torch_init.py", line 135, in
raise err
OSError: [WinError 126] The specified module could not be found. Error loading "c:\users\natej\appdata\local\programs\python\python38\lib\site-packages\torch\lib\caffe2_detectron_ops_gpu.dll" or one of its dependencies.
I was previously having a CUDA error so i followed this: lucidrains/deep-daze#78 which got rid of the CUDA error message but now I have this
The text was updated successfully, but these errors were encountered:
Using "imagine" or "dream" commands results in this error message:
C:\Users\natej>
C:\Users\natej>imagine
Traceback (most recent call last):
File "c:\users\natej\appdata\local\programs\python\python38\lib\runpy.py", line 194, in run_module_as_main
return run_code(code, main_globals, None,
File "c:\users\natej\appdata\local\programs\python\python38\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\natej\AppData\Local\Programs\Python\Python38\Scripts\imagine.exe_main.py", line 4, in
File "c:\users\natej\appdata\local\programs\python\python38\lib\site-packages\deep_daze_init.py", line 1, in
from deep_daze.deep_daze import DeepDaze, Imagine
File "c:\users\natej\appdata\local\programs\python\python38\lib\site-packages\deep_daze\deep_daze.py", line 8, in
import torch
File "c:\users\natej\appdata\local\programs\python\python38\lib\site-packages\torch_init.py", line 135, in
raise err
OSError: [WinError 126] The specified module could not be found. Error loading "c:\users\natej\appdata\local\programs\python\python38\lib\site-packages\torch\lib\caffe2_detectron_ops_gpu.dll" or one of its dependencies.
I was previously having a CUDA error so i followed this: lucidrains/deep-daze#78 which got rid of the CUDA error message but now I have this
The text was updated successfully, but these errors were encountered: