R/GAN.R
fit.fastai.vision.gan.GANLearner.Rd
Fit the model on this learner with `lr` learning rate, `wd` weight decay for `epochs` with `callbacks`.
# S3 method for fastai.vision.gan.GANLearner fit(object, ...)
model
additonal parameters to pass
train history
if (FALSE) { learn %>% fit(1, 2e-4, wd = 0) }