Skip to content

gridai/hello_mnists

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello MNIST in 3 Frameworks

Simple MNIST classifier written in PyTorch, PyTorch Lightning, and Keras.

Install Dependencies

pip install -r requirements.txt

PyTorch / Lightning

# pytorch
python pytorch.py

# lightning
python pl_mnist.py

Keras

python keras.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%