isCentered
A Boolean that indicates whether you compute the centered RMSProp.
Declaration
var isCentered: Bool { get }Discussion
If true, the optimizer normalizes the gradient by an estimation of its variance. The default value is false.
A Boolean that indicates whether you compute the centered RMSProp.
var isCentered: Bool { get }If true, the optimizer normalizes the gradient by an estimation of its variance. The default value is false.