Build a Fashion-MNIST CNN with PyTorch

Tags: AI  

This project is based on  PyTorch which was introduced by Facebook in 2017. DataSet is Fashion MNIST which is a dataset from Zalando's article images. It has a training set of 60,000 examples and a test set of 10,000 examples. Each example is a 28x28 grayscale image, along with a label from 10 classes. It is a replacement for MNIST dataset to benchmark machine learning algorithms. 

lyan Published by 2021-07-10 01:49

Detail »