fit.fastai.vision.gan.GANLearner | R Documentation |
Fit the model on this learner with 'lr' learning rate, 'wd' weight decay for 'epochs' with 'callbacks'.
## S3 method for class 'fastai.vision.gan.GANLearner'
fit(object, ...)
object |
model |
... |
additonal parameters to pass |
train history
## Not run:
learn %>% fit(1, 2e-4, wd = 0)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.