A simple CNN with Pytorch - Tom Roth
https://tomroth.com.au/pytorch-cnnPytorch provides a package called torchvision that is a useful utility for getting common datasets. Using this package we can download train and test sets CIFAR10 easily and save it to a folder. The training set is about 270MB. If you’ve already downloaded it once, you don’t have to …