AveragedLinearOptions.LazyUpdate Field

Definition

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.

Applies to