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

ranger

Ranger


Description

Convenience method for 'Lookahead' with 'RAdam'

Usage

ranger(
  p,
  lr,
  mom = 0.95,
  wd = 0.01,
  eps = 1e-06,
  sqr_mom = 0.99,
  beta = 0,
  decouple_wd = TRUE
)

Arguments

p

p

lr

learning rate

mom

momentum

wd

weight decay

eps

epsilon

sqr_mom

sqr momentum

beta

beta

decouple_wd

decouple 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.