Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

fit.fastai.learner.Learner

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


fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.