fit.fastai.learner.Learner | R Documentation |
Fit the model on this learner with 'lr' learning rate, 'wd' weight decay for 'epochs' with 'callbacks' as cbs argument.
## S3 method for class 'fastai.learner.Learner'
fit(object, ...)
object |
a learner object |
... |
parameters to pass |
train history
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.