Design
Specification
API
API Mapping
Migration Guide
FAQ
RELEASE NOTES
Wrap the network with Batch Size.
network (Cell) – The target network to wrap.
interleave_num (int) – split num of batch size. Default: 2.
Ascend GPU
Ascend
GPU
Examples
>>> net = Net() >>> net = MicroBatchInterleaved(net, 4)