fit.fastai.vision.gan.GANLearner: Fit

View source: R/GAN.R

fit.fastai.vision.gan.GANLearnerR Documentation

Fit

Description

Fit the model on this learner with 'lr' learning rate, 'wd' weight decay for 'epochs' with 'callbacks'.

Usage

## S3 method for class 'fastai.vision.gan.GANLearner'
fit(object, ...)

Arguments

object

model

...

additonal parameters to pass

Value

train history

Examples

## Not run: 

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


## End(Not run)


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