Contents

miniBatchIndex

The key you use to access the mini-batch index (an Int64 value) within an epoch.

Declaration

class var miniBatchIndex: MLMetricKey { get }

Discussion

Use this key to fetch the mini-batch index value in the metrics dictionary.

See Also

Getting the keys