Error: [INFO] Welcome to DreamPower
[INFO] GAN Processing Will Use GPU IDs: [0] [INFO] Executing Image Processing [INFO] Processing on C:\Users\owent\Downloads\dreamtime\ezgif5/12crop.png
[INFO] Executing Image To Rescale
[INFO] Executing Dress To Correct
[INFO] Loading GAN Model For correcttomask
[INFO] Executing Correct To Mask
[INFO] Executing Mask To Maskref
[INFO] Loading GAN Model For maskreftomaskdet
Traceback (most recent call last):
File "main.py", line 82, in <module>
File "argvinit.py", line 35, in run
File "main.py", line 25, in main File "processing_init.py", line 23, in run File "processing\image.py", line 78, in execute File "processing\worker.py", line 44, in runworker File "transform\gan\mask.py", line 44, in init File "transform\gan\mask.py", line 17, in init File "transform\gan_init.py", line 33, in init
File "transform\gan_init.py", line 41, in initmodel File "transform\gan\model.py", line 133, in initialize File "transform\gan\model.py", line 219, in __define_g
File "site-packages\torch\nn\modules\module.py", line 265, in cuda File "site-packages\torch\nn\modules\module.py", line 193, in apply File "site-packages\torch\nn\modules\module.py", line 193, in apply File "site-packages\torch\nn\modules\module.py", line 193, in _apply
[Previous line repeated 1 more time] File "site-packages\torch\nn\modules\module.py", line 199, in _apply File "site-packages\torch\nn\modules\module.py", line 265, in <lambda>
RuntimeError: CUDA out of memory. Tried to allocate 36.00 MiB (GPU 0; 2.00 GiB total capacity; 1.16 GiB already allocated; 19.00 MiB free; 71.21 MiB cached)
[24264] Failed to execute script main
[INFO] Welcome to DreamPower [INFO] GAN Processing Will Use GPU IDs: [0]
[INFO] Executing Image Processing [INFO] Processing on C:\Users\owent\Downloads\dreamtime\ezgif5/12crop.png
[INFO] Executing Image To Rescale
[INFO] Executing Dress To Correct
[INFO] Loading GAN Model For correcttomask
[INFO] Executing Correct To Mask
[INFO] Executing Mask To Maskref
[INFO] Loading GAN Model For maskreftomaskdet
Traceback (most recent call last): File "main.py", line 82, in <module>
File "argv_init.py", line 35, in run File "main.py", line 25, in main File "processing_init.py", line 23, in run File "processing\image.py", line 78, in execute File "processing\worker.py", line 44, in runworker File "transform\gan\mask.py", line 44, in init
File "transform\gan\mask.py", line 17, in init File "transform\gan_init.py", line 33, in init__ File "transform\gan_init.py", line 41, in initmodel File "transform\gan\model.py", line 133, in initialize File "transform\gan\model.py", line 219, in __defineg File "site-packages\torch\nn\modules\module.py", line 265, in cuda File "site-packages\torch\nn\modules\module.py", line 193, in apply File "site-packages\torch\nn\modules\module.py", line 193, in apply File "site-packages\torch\nn\modules\module.py", line 193, in apply [Previous line repeated 1 more time] File "site-packages\torch\nn\modules\module.py", line 199, in apply
File "site-packages\torch\nn\modules\module.py", line 265, in <lambda> RuntimeError: CUDA out of memory. Tried to allocate 36.00 MiB (GPU 0; 2.00 GiB total capacity; 1.16 GiB already allocated; 19.00 MiB free; 71.21 MiB cached) [ 14264] Failed to execute script main
I have received this error after updating to 1.1.2 but this did not happen in the previous version and I was able to run it fine. Will I revert back to the old one?