Azure AKS Tensorflow Deep MNIST
Azure Kubernetes Service (AKS) Deep MNIST
Dependencies:
1) Train a tensorflow model to predict mnist locally
2) Containerise the tensorflow model with our docker utility
3) Send some data to the docker model to test it

4) Install and configure Azure tools
Configure the azure CLI so it can talk to your server
Setup Seldon Core
Push docker image
First we create a registry
Make sure your local docker instance has access to the registry
Now prepare docker image
And push the image
Running the Model
Run the deployment in your cluster
Test the model

Let's visualise the probability for each label
Last updated
Was this helpful?