Closed wynot12 closed 7 years ago
Closes #1193
This PR fix the short name of 'NumTotalMiniBatches' from mini_batch_size, which is deprecated, to num_mini_batches.
mini_batch_size
num_mini_batches
Note that we need to update out launch scripts from evaluation.
@wynot12 Gotcha. Thanks for the info! I'll look at the PR first
Closes #1193
This PR fix the short name of 'NumTotalMiniBatches' from
mini_batch_size
, which is deprecated, tonum_mini_batches
.