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, ...)

Arguments

object

model

...

additonal parameters to pass

Value

train history

Examples

if (FALSE) {

learn %>% fit(1, 2e-4, wd = 0)

}