Skip to content

zahra-zarrabi/Pytorch_Fashion_Mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fashion MNIST Classifier

We proposed a CNN network for Fashion Mnist classification. We used framework pytorch==1.8.2.

Dataset

Fashion MNIST image dataset includes a training set of 60,000 samples and a test set of 10,000 samples. Each sample is a 28x28 image on a gray scale associated with a tag of 10 classes.

Train

To train the model, please run fallowing:

python3 train.py --device cuda

Pretrained model

Please download the weights from here

Test

To test the model, please run fallowing:

python test.py --device cuda

Inference

To inference the model, please run fallowing:

python inference.py --device cuda --image_path data/2.jpeg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published