This project trains a custom CNN on the Fashion MNIST dataset, either locally or in the cloud using Amazon SageMaker.
There are two stages:
The CNN is written with Keras and Tensorflow backend. Generic and Fashion MNIST specific-versions are implemented as custom classes. Notebooks and code can be found in the repo.