Skip to content

Latest commit

 

History

History

mnist

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

MNIST example

This example was taken from Pytorch examples: https://github.com/pytorch/examples/tree/master/mnist

To execute it, first install requirements:

$ pip install -r requirements.txt

Run the workflow (it'll download the MNIST dataset):

$ rflow mnist_train run test