Hello. When I run train.py on my own 10-shot images (source domain: FFHQ), the training always stuck at g_optim.step() in "if g_regularize:". It always takes about half an hour to process this line. My device is NVIDIA 3090 with Cuda 11.4. How can I solve this issue?
Hello. When I run train.py on my own 10-shot images (source domain: FFHQ), the training always stuck at g_optim.step() in "if g_regularize:". It always takes about half an hour to process this line. My device is NVIDIA 3090 with Cuda 11.4. How can I solve this issue?