You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyTorch Lightning is a lightweight open-source library that provides a high-level interface for PyTorch.
The model training code for this tutorial can be found in src. This tutorial goes over the steps to run PyTorch Lightning on Azure ML, and it includes the following parts:
train-single-node: Train single-node and single-node, multi-GPU PyTorch Lightning on Azure ML.
log-with-tensorboard: Use Lightning's built-in TensorBoardLogger to log metrics and leverage Azure ML's TensorBoard integration.
log-with-mlflow: Use Lightning's MLFlowLogger to log metrics and leverage Azure ML's MLflow integration.