It's a simple CNN on Pytorch for classification type of clothing.
- torch 1.2.0
- torchvision 0.4.0
- tqdm 4.31.1
- pandas 0.24.2
- numpy 1.16.1
- tensorboard 1.14.0
- Download this repository.
git clone https://github.com/Spectra456/pytorch_classifier.git
-
Download dataset from Google Drive.
-
Unzip archive to folder of this project.
-
Launch training script.
python train.py
- Launch tensorboard (optional)
tensorboard --logdir logs
- Input size - 32x32
- Best loss - 1.149
- Best accuracy - 0.753