Closed KK666-AI closed 3 years ago
Hi,
It depends on the paper.
In the case of "Consistency regularization for Generative Adversarial Networks", they have written that "We stop training after 200k generator update steps for CIFAR10 and 100k steps for CelebA".
Thank you.
Sincerely,
ok,i see, thanks.
Dear author,
I notice that the step_count += 1 is in the generator training loop (see line ). Does this step count is a standard usage in the research field of GAN.
Specifically, if comparing different methods over the steps, the x-axis is the the number of training steps of generator?