GANLoss | R Documentation |
Wrapper around 'crit_loss_func' and 'gen_loss_func'
GANLoss(gen_loss_func, crit_loss_func, gan_model)
gen_loss_func |
generator loss funcion |
crit_loss_func |
discriminator loss function |
gan_model |
GAN model |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.