Show / Hide Table of Contents

Class EpochStartEventArgs

Event triggered when the training epoch starts

Inheritance
System.Object
System.EventArgs
EpochStartEventArgs
Inherited Members
System.EventArgs.Empty
Namespace: SiaNet.Events
Assembly: SiaNet.dll
Syntax
public class EpochStartEventArgs : EventArgs

Constructors

| Improve this Doc View Source

EpochStartEventArgs(Int32)

Initializes a new instance of the EpochStartEventArgs class.

Declaration
public EpochStartEventArgs(int epoch)
Parameters
Type Name Description
System.Int32 epoch

The current epoch number.

Properties

| Improve this Doc View Source

Epoch

Gets the current epoch.

Declaration
public int Epoch { get; }
Property Value
Type Description
System.Int32

The epoch.

See Also

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