This repository contains a PyTorch implementation of the paper "An Ensemble of Simple Convolutional Neural Network Models for MNIST Digit Recognition" Paper Link.
All needed packages are in requirements.txt file.
pip install -r requirements.txt
All needed Hyper parameters are defined in config.py file.
To start training use
pyton train.py
it will create the model in output_models/ directory.
Add ema of weights for evaluation.