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

fit_sgdr

Fit_sgdr


Description

Fit_sgdr

Usage

fit_sgdr(
  object,
  n_cycles,
  cycle_len,
  lr_max = NULL,
  cycle_mult = 2,
  cbs = NULL,
  reset_opt = FALSE,
  wd = NULL
)

Arguments

object

learner/model

n_cycles

number of cycles

cycle_len

length of cycle

lr_max

maximum learning rate

cycle_mult

cycle mult

cbs

callbacks

reset_opt

reset optimizer

wd

weight decay

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.