Skip to content

Full PyTorch experiment tracking with support for DP/DDP & APEX AMP

Compare
Choose a tag to compare
@mv1388 mv1388 released this 30 Mar 20:50
· 1363 commits to master since this release
355e4ac

AIToolbox training setup with automatic experiment tracking.

With this release, TrainLoop supports in addition to the single GPU and DataParallel training also the DistributedDataParallel multi-GPU setting.
Furthermore this release also fully enables mixed-precision training via Nvidia APEX for both single GPU as well as multi-GPU training settings.