AveragedLinearOptions.LazyUpdate Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines when to update averaged weights.
public bool LazyUpdate;
val mutable LazyUpdate : bool
Public LazyUpdate As Boolean
Field Value
true
to update averaged weights only when loss is nonzero.
false
to update averaged weights on every example.
Default is true
.