micro_batch_size
parameter in the train_input
or eval_input
section of your model’s yaml file (see working_with_microbatches). * If you ran with batch tiling with a specific micro_batch_size
value, you can try compiling with a decreased micro_batch_size
. The Using “explore” to Search for a Near-Optimal Microbatch Size flow can recommend performant micro batch sizes that will fit in memory.
micro_batch_size
values, visit working_with_microbatchesbatch_size
parameter set on the yaml configuration is the global batch size. This means that the batch size per CS-2 system is computed as the global batch size divided by the number of CS-2s used.