This project is aims to classify Fashion-MNIST data using convolution nueral network. Dataset:Fashion-MNIST train.csv,val.csv test.csv are comma seperated value files of training,validation and testing data respectively. Below is the command to run this code or you can run this by run.sh in this file. I have already worte the script neede for training this network(convolutio nueral network for image classification) in run.sh
#$/bin/bash python train.py --lr 0.018 --batch_size 100 --init 1 --save_dir all_model/