lightningEasy Playground

PyTorch Lightning: structured deep learning training framework

Getting started with lightningRun locally
Install
pip install lightning
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: lightning)

lightning is a third-party package. PyTorch Lightning: structured deep learning training framework. Install with: pip install lightning

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?