Closed 013292 closed 1 year ago
Hi,
You have to either increase the batch size or reduce the number of GPUs so that the batch size per GPU is a multiple of 4. Alternatively, try to comment out or change the minibatch std size in the discriminator.
Thank you, it works.