-
Performance Comparison between Torch.Compile and APEX optimizers
-
TL;DR: Compiled Adam outperformed SOTA hand-optimized APEX optimizers on all benchmarks; 62.99% on Torchbench, 53.18% on HuggingFace, 142.75% on TIMM and 88.13% on BlueBerries
-
just torch.compile your optimizer step
-
-
Implementing your own Adam step and torch.compile
-
ms-amp fused optimizer