Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 308 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 308 Bytes

Hello MNIST in 4 frameworks

PyTorch / Lightning

pip install -r requirements/pytorch.txt

# pytorch
python pytorch.py

# lightning
python pytorch_ligtning_mnist.py

Tensorflow/keras

pip install -r requirements/tensorflow.txt

# keras
python keras.py

# tensorflow
python tf2.py