fit.fastai.learner.Learner {fastai} | R Documentation |
Fit
Description
Fit the model on this learner with 'lr' learning rate, 'wd' weight decay for 'epochs' with 'callbacks' as cbs argument.
Usage
## S3 method for class 'fastai.learner.Learner'
fit(object, ...)
Arguments
object |
a learner object |
... |
parameters to pass |
Value
train history
[Package fastai version 2.2.2 Index]