Contents

batchSize

The number of examples to use per mini-batch.

Declaration

var batchSize: Int

Discussion

A larger batch size will speed up computation when training, as long as the batch fits in memory.

See Also

Getting the properties