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

fine_tune

Fine_tune


Description

Fine tune with 'freeze' for 'freeze_epochs' then with 'unfreeze' from 'epochs' using discriminative LR

Usage

fine_tune(
  object,
  epochs,
  base_lr = 0.002,
  freeze_epochs = 1,
  lr_mult = 100,
  pct_start = 0.3,
  div = 5,
  ...
)

Arguments

object

learner/model

epochs

epoch number

base_lr

base learning rate

freeze_epochs

freeze epochs number

lr_mult

learning rate multiply

pct_start

start percentage

div

divide

...

additional arguments

Value

None


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.