SGD Type

TBD

Constructors

Constructor Description

SGD(model, ?lr, ?momentum, ?nesterov, ?weightDecay, ?reversible)

Full Usage: SGD(model, ?lr, ?momentum, ?nesterov, ?weightDecay, ?reversible)

Parameters:
Returns: SGD
model : Model
?lr : Tensor
?momentum : Tensor
?nesterov : bool
?weightDecay : Tensor
?reversible : bool
Returns: SGD

© Copyright 2021, DiffSharp Contributors.