Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages