R/GAN.R
AdaptiveGANSwitcher.Rd
Switcher that goes back to generator/critic when the loss goes below `gen_thresh`/`crit_thresh`.
AdaptiveGANSwitcher(gen_thresh = NULL, critic_thresh = NULL)
generator threshold
discriminator threshold
None