GANTrainer: GAN Trainer

View source: R/GAN.R

GANTrainerR Documentation

GAN Trainer

Description

Handles GAN Training.

Usage

GANTrainer(
  switch_eval = FALSE,
  clip = NULL,
  beta = 0.98,
  gen_first = FALSE,
  show_img = TRUE
)

Arguments

switch_eval

switch evaluation

clip

clip value

beta

beta parameter

gen_first

generator first

show_img

show image or not

Value

None


fastai documentation built on March 31, 2023, 11:41 p.m.