AdaptiveGANSwitcher {fastai} | R Documentation |
Adaptive GAN Switcher
Description
Switcher that goes back to generator/critic when the loss goes below 'gen_thresh'/'crit_thresh'.
Usage
AdaptiveGANSwitcher(gen_thresh = NULL, critic_thresh = NULL)
Arguments
gen_thresh |
generator threshold |
critic_thresh |
discriminator threshold |
Value
None
[Package fastai version 2.2.2 Index]