Reputation: 2918
I have a tensorflow based image classification model which I want to import in ML studio and deploy through it. I am unable to find a way to import a frozen model.
Can someone help.
Upvotes: 0
Views: 353
Reputation: 16138
If you already have a trained model, you should rather make use of the Azure Machine Learning Service, not ML Studio. Here is a tutorial how to register and deploy your model with the ML service: https://learn.microsoft.com/en-us/azure/machine-learning/service/how-to-deploy-and-where
Upvotes: 1