Show / Hide Table of Contents

Class BaseLogger

Callback that accumulates epoch averages of metrics. This callback is automatically applied to every Keras model.

Inheritance
System.Object
Keras
Base
Callback
BaseLogger
Implements
System.IDisposable
Inherited Members
Base.Parameters
Base.None
Base.Init()
Base.ToPython()
Base.InvokeStaticMethod(Object, String, Dictionary<String, Object>)
Base.InvokeMethod(String, Dictionary<String, Object>)
Base.Item[String]
Keras.Instance
Keras.keras
Keras.keras2onnx
Keras.tfjs
Keras.Dispose()
Keras.ToTuple(Array)
Keras.ToList(Array)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Keras.Callbacks
Assembly: Keras.dll
Syntax
public class BaseLogger : Callback, IDisposable

Constructors

| Improve this Doc View Source

BaseLogger(String[])

Initializes a new instance of the BaseLogger class.

Declaration
public BaseLogger(params string[] stateful_metrics)
Parameters
Type Name Description
System.String[] stateful_metrics

Iterable of string names of metrics that should not be averaged over an epoch. Metrics in this list will be logged as-is in on_epoch_end. All others will be averaged in on_epoch_end.

Implements

System.IDisposable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX