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 SourceEpochStartEventArgs(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 SourceEpoch
Gets the current epoch.
Declaration
public int Epoch { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The epoch. |
See Also
System.EventArgs