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

Latest commit

 

History

History
17 lines (11 loc) · 307 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 307 Bytes

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