flâneur — a map of the web's best reading

⚡ Migrating from PTL - Composer

docs.mosaicml.com · 1,523 words · saved by 1 readers

PyTorch Lightning is a popular and well-designed framework for training deep neural networks. You can use Composer’s algorithms in your Pytorch Lightning code via the functional API with no additio...

Tip This tutorial is available as a Jupyter notebook . ⚡ Migrating from PTL # PyTorch Lightning is a popular and well-designed framework for training deep neural networks. You can use Composer’s algorithms in your Pytorch Lightning code via the functional API with no additional code changes. However, if you are interested in features like automatic gradient accumulation , a clean time abstraction , and the easiest path to trying out different combinations of algorithms, you will need to switch from the PTL trainer to the Composer trainer. The below is a quick guide on how to adapt your Lightni

Explore this link on the map →

saved by

related reading