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

Files

Latest commit

author
Otavio Gomes
Jan 13, 2020
d00067c · Jan 13, 2020

History

History

mnist

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