lltcggie / waifu2x-caffe

waifu2xのCaffe版
MIT License
8.02k stars 841 forks source link

error log #178

Open wilsonjor opened 4 years ago

wilsonjor commented 4 years ago

CUDA9.2 is OK. Win10_64bit_1903. GTX650.

F0911 10:23:46.552422 1824 syncedmem.cpp:71] Check failed: error == cudaSuccess (2 vs. 0) out of memory

why?

nagadomi commented 4 years ago

It is out of GPU memory. Specifying a small value(64 or 32) for Split Size may resolve the error.

wilsonjor commented 4 years ago

try 64, 32, 16, 8. all error.

nagadomi commented 4 years ago

If you choose 2D illust(UpRGB Model) for Model and get the same error, I think GTX650 is too old.

masterrite commented 2 years ago

I have the same problem on a RTX3050 ti mobile version. Is there any ways to use RAM as well to supplement a lack of VRAM?