Skip to the content.
FruitsClassifier with Pytorch Lightning 🍉
On this project, I convert my FruitsClassifier from Pytorch to Pytorch Lightning. I employ a callback module, a checkpoint mode to store and save the model state_dict. I conduct resume training, plot loss and accuracy from previous trains. I check the accuracy for each class and make predictions on images from outside the dataset.
✍️ Documentation:
- Full Training on Kaggle | GoogleNet | 94% Acc
💥 Training Epochs

🍇 Visualize Loss and Accuracy


🍎 Accuracy of each class

🍍 Image Predictions from outside the Dataset

🍑 Accuracy of each class: green(correct predictions), red(incorrect predictions)
