rms_prop_step: Rms_prop_step

View source: R/optimizers.R

rms_prop_stepR Documentation

Rms_prop_step

Description

Step for SGD with momentum with 'lr'

Usage

rms_prop_step(p, lr, sqr_avg, eps, grad_avg = NULL, ...)

Arguments

p

p

lr

learning rate

sqr_avg

sqr average

eps

epsilon

grad_avg

grad average

...

additional arguments to pass

Value

None


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