An open API service indexing awesome lists of open source software.

https://github.com/ts-azure-services/mlflow-pytorch-simple-example

A simple example of a locally trained PyTorch model, which is registered and used to create a real-time endpoint in Azure ML.
https://github.com/ts-azure-services/mlflow-pytorch-simple-example

azure-ml mlflow pytorch

Last synced: 7 months ago
JSON representation

A simple example of a locally trained PyTorch model, which is registered and used to create a real-time endpoint in Azure ML.

Awesome Lists containing this project

README

          

# mlflow-pytorch-simple-example
A simple example of a locally trained PyTorch model, which is registered and used to create a real-time
endpoint in Azure ML. The end goal is to have a real-time endpoint in Azure ML for inferencing. A sample view
of the final state is shown below.
![real-time-endpoint](./endpoint.png)

## Steps
- Ensure you have a file called `sub.env` in the root with `SUB_ID=`.
- Follow the steps in the `Makefile` to reproduce a similar outcome.