sess_minibatch_size_schedule: Create a Minibatch Size Schedule

Description Usage Arguments

Description

Creates a minibatch size schedule.

Usage

1
sess_minibatch_size_schedule(schedule, epoch_size = 1)

Arguments

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.


Microsoft/CNTK-R documentation built on May 28, 2019, 1:52 p.m.