mathias-brandewinder / CNTK.FSharp

MIT License
67 stars 9 forks source link

MinibatchSize in TrainingParametersScheduleDouble #10

Open mathias-brandewinder opened 6 years ago

mathias-brandewinder commented 6 years ago

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?