Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 267 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 267 Bytes

🔥 Implementation of VGG16 on CIFAR-10 dataset using Pytorch (from scratch)

Achieved 89% test accuracy without external data.

Plus additional notebook implementing transfer learning on pretrained VGG16 model on ImageNet-1K dataset, achieved 93% test accuracy.