Skip to content

April 25, 2021

[PyTorch] Tutorial(5) How to train a model to classify CIFAR-10 database

Last Updated on 2021-05-12 by Clay

Today we challenged the classifiers of different data sets again. This time, CIFAR-19 is a more difficult problem than MNIST handwriting recognition. In addition to the size of the picture becoming 32x32, CIFAR-10 is no longer a pure grayscale value, but a picture with the three primary colors of RGB.

Read More »[PyTorch] Tutorial(5) How to train a model to classify CIFAR-10 database