Level 6: Predict with your modelΒΆ Load model weights Learn to load the weights (checkpoint) of a model. basic Predict with LightningModule Learn the basics of predicting with Lightning. basic Predict with pure PyTorch Learn to use pure PyTorch without the Lightning dependencies for prediction. intermediate