Skip to content

thanhnhanqn77/mnist_fashion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ResNet34 - Fashion MNIST Classification

This project demonstrates how to train a ResNet-34 model on the Fashion MNIST dataset using PyTorch. The goal is to classify 10 different classes of fashion images.


πŸš€ Main Features

  • βœ… Use of ResNet-34 architecture for image classification.
  • βœ… Dataset: Fashion MNIST (grayscale 28x28 images with 10 fashion categories).
  • βœ… Use of PyTorch, torchvision for model & data handling.
  • βœ… Data augmentation during training.
  • βœ… Model checkpoint saving.
  • βœ… Inference code for test dataset.
  • βœ… Output predictions can be saved to CSV.

πŸ“¦ Dataset

  • Dataset: Fashion MNIST
  • You can download automatically using torchvision.datasets.FashionMNIST, or download manually and store inside data/ directory.

πŸ“Š Evaluation Results

Image

πŸ“‰ Loss Function Plot

Below is the loss function during training: Image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages