To learn more about image classification I have implemented VGG16 for CIFAR10 in PyTorch. My code works and the training converges. But the model is capable of ~95% accuracy whereas mine only reaches ~89%. So I wonder if anyone could take a loot at my training code to see what could be improved?
Hi Bjorn, I would like to take part in the efforts of improving the accuracy. I would appreciate if you could provide me with access to your github repo and maybe collaborate together.
Hello Aviv. My low performance was due to insufficient data augmentation. With better augmentation I’m getting way better results. All my code is here: GitHub - bjourne/ml-stuff