Creates a minibatch size schedule.
1 | sess_minibatch_size_schedule(schedule, epoch_size = 1)
|
schedule |
(int or list): if integer, this minibatch size will be used for the whole training. In case of list of integers, the elements are used as the values for “epoch_size“ samples. If list contains pair, the second element is used as a value for (“epoch_size“ x first element) samples |
epoch_size |
(int): number of samples as a scheduling unit. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.