batchSize
The number of examples to use per mini-batch.
Declaration
var batchSize: IntDiscussion
A larger batch size will speed up computation when training, as long as the batch fits in memory.
The number of examples to use per mini-batch.
var batchSize: IntA larger batch size will speed up computation when training, as long as the batch fits in memory.