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 June 22, 2024, 11:15 a.m.