NVIDIA / apex

A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch
BSD 3-Clause "New" or "Revised" License
8.42k stars 1.4k forks source link

Enhance Distributed Fused Adam #1832

Closed alpha0422 closed 2 months ago

alpha0422 commented 3 months ago

Continue of https://github.com/NVIDIA/apex/pull/1794.

This PR enhances distributed fused adam by:

@timmoon10 @crcrpar Please help review, thanks.