Once your training has completed and you have the model from training , now its time to save and deploy the model.
- You can save the model by clicking on the 3 vertical dots next to your model and click
Save model
- Follow the steps and you will get a notification on the top saying
Model successfully saved. View model details here
You can follow the link.
- Alternatively, you can go to the assets tabs of your project to to view all your saved models.
Once the model, the next step is to deploy or host the model.
- Go to the saved model and you will see the link to deploy the model
Add deployment
- Follow the steps and you will get to the screen of deploying model. The status of deploying model will change from
INITIALIZING
toDEPLOY_SUCCESS
- Click on the name of the saved deployment and you will be directed to deployment details. You can click on the
Implementation
tab to get details on how to get to the model.
-
The above gives details on how your model is hosted and how you can get to your model using a REST endpoint and/or how to query this model using different clients.
-
You can also quickly test your model by using the
Test
tab. For the mnist example, copy the contents of this file which is a tensor representation of the number.