-
Install required dependencies
-
Start training
python mnist_classifier.py.This will download MNIST dataset to the current directory, create
mlrunsfolder for storing training experiments logs, checkpoints and starts training. -
Run
mlflow uito open mlfow dashboard and track training history. -
Run
mlflow models serve -m mlruns/0/<run id>/artifacts/model -h 0.0.0.0 -p 8001to deploy the trained model.The deployed model can be used using CURL or the implemented client inside
mnist_classifier_client.py.
IvanHahan/MLflowMNIST
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|