On_Batch_End Delegate

Event delegation at end of batch

Namespace:  SiaNet.Events
Assembly:  SiaNet (in SiaNet.dll)

Syntax


public delegate void On_Batch_End(
	int epoch,
	int batchNumber,
	uint samplesSeen,
	double loss,
	Dictionary<string, double> metrics
)
Public Delegate Sub On_Batch_End ( _
	epoch As Integer, _
	batchNumber As Integer, _
	samplesSeen As UInteger, _
	loss As Double, _
	metrics As Dictionary(Of String, Double) _
)
public delegate void On_Batch_End(
	int^ epoch, 
	int^ batchNumber, 
	unsigned int^ samplesSeen, 
	double^ loss, 
	Dictionary<String^, double^>^ metrics
)

Parameters

epoch
Type: Int32
The epoch.
batchNumber
Type: Int32
The batch number.
samplesSeen
Type: UInt32
The samples seen.
loss
Type: Double
The loss.
metrics
Type: Dictionary<(Of <(<'String, Double>)>)>
The metrics.