Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 950 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 950 Bytes

READ ME

Example MNIST training using the following tech stack:

Files

Fixes

In ray.tune.examples.mnist_ptl_mini package, change

self.accuracy = Accuracy()

to

self.accuracy = Accuracy(task="multiclass", num_classes=10)

Run

python mnist.py

The experiments will be recorded to MLflow in a local folder, mlruns and to Ray Tune in ~/ray_results/tune_mnist.

Launch MLflow in the launch folder.

mlflow ui