MNIST handwriting data classification with pytorch
from Kaggle MNIST Dataset
-root
+digit-recognizer
| ├sample_submission.csv : submission template
| ├test.csv : test dataset
| └train.csv : train dataset
|
└train.py : train code
└test.py : test code
└customclasses.py : custom dataset class, custom model class pkg
python train.py
python test.py