Advanced PyTorch Lightning with TorchMetrics and Lightning Flash - KDnuggets
Just to recap from our last post on Getting Started with PyTorch Lightning, in this tutorial we will be diving deeper into two additional tools you should be using: TorchMetrics and Lightning Flash. TorchMetrics unsurprisingly provides a modular approach to define and track useful metrics across batches and devices, while Lightning Flash offers a suite of functionality facilitating more efficient transfer learning and data handling, and a recipe book of state-of-the-art approaches to typical deep learning problems. We'll start by adding a few useful classification metrics to the MNIST example we started with earlier. We'll also swap out the PyTorch Lightning Trainer object with a Flash Trainer object, which will make it easier to perform transfer learning on a new classification problem. First things first, and that's ensuring that we have all needed packages installed.
Nov-1-2021, 18:45:25 GMT
- Technology: