Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

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