You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the AdaptDL-PyTorch document is a sequence of 6-7 steps, it would be more readable to re-organize to 3 sections. First section on "simple" usage of only AdaptiveDataParallel, AdaptiveDataLoader, and remaining_epochs_until. Second section on adaptive batch size, and third section on "advanced" usage of Accumulator. We only need three example training scripts, one for each of the sections, and all three are completely runnable.
The text was updated successfully, but these errors were encountered:
Currently the AdaptDL-PyTorch document is a sequence of 6-7 steps, it would be more readable to re-organize to 3 sections. First section on "simple" usage of only
AdaptiveDataParallel
,AdaptiveDataLoader
, andremaining_epochs_until
. Second section on adaptive batch size, and third section on "advanced" usage ofAccumulator
. We only need three example training scripts, one for each of the sections, and all three are completely runnable.The text was updated successfully, but these errors were encountered: