DeepFaceLab
DeepFaceLab copied to clipboard
SAEHD training on GPU run the pause command after start in Terminal
Hello,
My PC: Acer aspire 7, Core i 7 9th generation, nvidia geforce GTX 1050, Windows 10 home
When I run SAEHD-training on GPU he run the pause command and say some thing like: "Press any key to continue..." after Start. On CPU work every thing fine!
My batch size is 4!
So my CMD is on German but look:
"Drücken sie eine belibige Taste..." mean "Press any key to continue..."
Tanks for your help😀!
I have same problem and it used to work ok before, I do not know what happen
same here
gtx 1650 4gb i3 9100f 16gb ram
I tried de 5 CPU iterations thing but doesn't work :C
It works for me
https://github.com/iperov/DeepFaceLab/issues/5473#issuecomment-1079546351
When you run a model on CPU it uses you RAM. When you run a model on GPU, it uses your VRAM. Batch size 4 with 4gb of VRAM is too high. I can't see your model resolution in the data you provided, but I'm wiling to bet that whatever it is can't be opened with 4gb of VRAM. You will need to lower batch size, lower model size, or only train on CPU.
Did you ever find the answer? If so, would you mind sharing it and closing this issue?