LbfgsTrainerBase<TOptions,TTransformer,TModel>.OptionsBase.Quiet 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 whether to produce output during training or not.
public bool Quiet;
val mutable Quiet : bool
Public Quiet As Boolean
Field Value
If set to true
no output is produced.