Basic skillsΒΆ Learn the basics of model development with Lightning. Researchers and machine learning engineers should start here. Level 1: Train a model Learn the basics of training a model. basic Level 2: Add a validation and test set Add validation and test sets to avoid over/underfitting. basic Level 3: Use pretrained models Learn how to use pretrained models with Lightning basic Level 4: Enable script parameters Add parameters to your script so you can run from the commandline. basic Level 5: Understand and visualize your model Remove bottlenecks and visualize your model basic Level 6: Predict with your model Use your model for predictions. basic