Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 344 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 344 Bytes

MNIST Demo Project

Description

A demo project for MNIST CNN with PyTorch with training on multiple type of devices with PyTorch Lightning and an Django Rest Framework API deployable with Docker.

Setup with Docker

cd api && sudo docker-compose up --build

Training

cd models && python training.py train