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?
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?