GANTrainer | R Documentation |
Handles GAN Training.
GANTrainer(
switch_eval = FALSE,
clip = NULL,
beta = 0.98,
gen_first = FALSE,
show_img = TRUE
)
switch_eval |
switch evaluation |
clip |
clip value |
beta |
beta parameter |
gen_first |
generator first |
show_img |
show image or not |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.