deep-daze
deep-daze copied to clipboard
error
here is error:
C:\Users\Liam\OneDrive - Osnovna šola Dolenjske Toplice\Desktop\deep-daze-0.10.2>imagine "hell"
Setting jit to False because torch version is not 1.7.1.
c:\python39\lib\site-packages\torch\cuda\amp\grad_scaler.py:115: UserWarning: torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling.
warnings.warn("torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling.")
Starting up...
Imagining "hell" from the depths of my weights...
epochs: 0%| | 0/20 [00:00<?, ?it/s]c:\python39\lib\site-packages\torch\cuda\amp\autocast_mode.py:120: UserWarning: torch.cuda.amp.autocast only affects CUDA ops, but CUDA is not available. Disabling.
warnings.warn("torch.cuda.amp.autocast only affects CUDA ops, but CUDA is not available. Disabling.")
iteration: 0%| | 0/1050 [01:34<?, ?it/s]
epochs: 0%| | 0/20 [01:35<?, ?it/s]
Traceback (most recent call last):
File "c:\python39\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\python39\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Python39\Scripts\imagine.exe_main.py", line 7, in
what i do?
The last line of the error explains it perfectly. Your device ran out of memory and you’ll need to tweak the settings to fit your device as the defaults aren’t going to work for you. Good luck! 👍🏻