Skip to content

It's a simple CNN on Pytorch for classification type of clothing.

Notifications You must be signed in to change notification settings

Spectra456/pytorch_classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytorch classifier

It's a simple CNN on Pytorch for classification type of clothing.

Requirements

  • torch 1.2.0
  • torchvision 0.4.0
  • tqdm 4.31.1
  • pandas 0.24.2
  • numpy 1.16.1
  • tensorboard 1.14.0

Run

  1. Download this repository.
git clone https://github.com/Spectra456/pytorch_classifier.git
  1. Download dataset from Google Drive.

  2. Unzip archive to folder of this project.

  3. Launch training script.

python train.py
  1. Launch tensorboard (optional)
tensorboard --logdir logs

Results

  • Input size - 32x32
  • Best loss - 1.149
  • Best accuracy - 0.753

Accuracy Loss

About

It's a simple CNN on Pytorch for classification type of clothing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages