fit.fastai.learner.Learner: Fit

View source: R/cnn_learner.R

fit.fastai.learner.LearnerR 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


fastai documentation built on March 31, 2023, 11:41 p.m.