fit_one_cycle {fastai} | R Documentation |
Fit one cycle
Description
Fit one cycle
Usage
fit_one_cycle(object, ...)
Arguments
object |
model |
... |
parameters to pass, e.g. lr, n_epoch, wd, and etc. |
Value
None
[Package fastai version 2.2.2 Index]