FixedGANSwitcher | R Documentation |
Switcher to do 'n_crit' iterations of the critic then 'n_gen' iterations of the generator.
FixedGANSwitcher(n_crit = 1, n_gen = 1)
n_crit |
number of discriminator |
n_gen |
number of generator |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.