Skip to content

Example MNIST training using the following MLops tech stack: Ray, PyTorch Lightning, PyTorch, MLflow and Python 3.10.12.

License

Notifications You must be signed in to change notification settings

rlan/ray-pytorch-lightning-mlflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Languages