- To learn and Hands On about Pre-Tranied Models.
- To Learn About Pytorch 🔦
- As Vgg-16 is a very Deep Neural Network Model Training even 1 Epoch in Google Colab Takes a Long Time even with T4 GPU.
- Can't Train the Model after 1 epoch as Google Colab was Frequently Shutting Down Operation
- Froze Convulation Layers Weights Update
- Froze Fully Connected Layers Weights Update
- Developed Model From Scratch
- Trained Using Pre-trained Model Weights
https://www.kaggle.com/datasets/fedesoriano/cifar100
https://github.com/secrakib/Fine-Tuning-VGG-16.git
Apache License 2.0 |