The Future of PyTorch

PyTorch announced that it will make some changes to its library, fully integrating Lightning and Hydra.

PyTorch Lightning is a framework used for all engineering matters of a Deep Learning model, for instance it can be used to simplify the training loops. It recently released its version 1.0 with a stable API. Lightning will also allow easy quantization, checkpointing, and others.

For Hydra, I’m less sure what it’s about, but it is described as a way to handle all the config files.

[ deeplearning  pytorch  ]