Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.12 KB

File metadata and controls

30 lines (23 loc) · 1.12 KB
topic sample
languages
python
technologies
Azure Machine Learning
extensions
gallery_topics
tensorflow
inception

InceptionV3 Model in Azure AI Gallery

Intro

This repository contains code which demonstrates how to deploy and use an Inception model in Azure Machine Learning.

How to Use

  1. Use Azure Notebooks to import the sample notebooks into Azure Notebooks.
  2. Run the configuration notebook to create your workspace.
  3. Run the 01.deploy-inception-model notebook to deploy inception v3 model to a web service and try out for inference.

Resources

About Azure ML

Get the full documentation for Azure Machine Learning service at https://docs.microsoft.com/azure/machine-learning/service/

More Examples