Where can we find the train_conditional module that is being used in multiple places in the GAN training pipeline
|
from train_conditional import train |
|
accumulate(g_ema, generator, 0) |
I am trying to train a GAN on non-IID data and am not able to understand the g_ema generator used here.
Where can we find the
train_conditionalmodule that is being used in multiple places in the GAN training pipelinedecentralizedAI_dermatology/utils_gans.py
Line 223 in 29ed075
decentralizedAI_dermatology/utils_gans.py
Line 201 in 29ed075
I am trying to train a GAN on non-IID data and am not able to understand the
g_emagenerator used here.