mathias-brandewinder/CNTK.FSharp

MinibatchSize in TrainingParametersScheduleDouble

Opened this issue · 0 comments

CNTK.TrainingParameterScheduleDouble takes 2 parameters, a learning rate and a minibatch size. MinibatchSource.GetNextMinibatch also takes a minibatch size, which I assume is the actual size of the minibatch being read. What's the purpose / role of the minibatch size in the first case?