Skip to content

Simple example that demonstrates use of MLflow by training a Pytorch model using MNIST-dataset.

Notifications You must be signed in to change notification settings

tuukkjs/mlflow-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Simple MLflow example

Simple example that demonstrates use of MLflow by training a Pytorch model using MNIST-dataset.

Structure

.
├── mlflow_example.ipynb
├── README.md
└── requirements.txt

Usage

Create virtual environment and install dependencies:

python -m venv .venv
pip install -r requirements.txt

Follow the instructions in mlflow_example.ipynb.

About

Simple example that demonstrates use of MLflow by training a Pytorch model using MNIST-dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published