Skip to content

harikrishnad1997/Imagenette_Classification_using_PytorchLighting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Image Classification on FMNIST using Simple ResNet and PytorchLighting

This project implements a basic image classification model for the Fashion-MNIST dataset using a simple ResNet architecture and PyTorch Lightning.

Project Description

Fashion-MNIST is a dataset of clothing images consisting of 70,000 images in 10 categories, commonly used for image classification tasks. This project demonstrates training a convolutional neural network (CNN) to classify fashion items from the Fashion-MNIST dataset using:

  • Simple ResNet: A residual neural network architecture known for its effectiveness in image classification tasks.
  • PyTorch Lightning: A framework built on top of PyTorch that simplifies the deep learning training process

Getting Started

This project requires the following dependencies:

Training and Evaluation

The training script allows you to customize various hyperparameters such as learning rate, batch size, and number of epochs. The evaluation script provides metrics like accuracy and loss on the test set.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published