How to download the trained models from Azure machine studio?

爷,独闯天下 提交于 2019-12-01 10:08:28

问题


I have created two models in azure ml studio and i want to download those models.

Is it possible to download train and score models from azure ml studio?


回答1:


Models can be trained, scored, saved, and run in AzureML studio, but can't downloaded to your local machine. There's no way to do anything with a model outside of AzureML.




回答2:


It is actually possible. First, transform your experiment as a retraining web-service, then download (right-click on the module) the output of the web-service module that is connected to the "train model" module.



来源:https://stackoverflow.com/questions/41236871/how-to-download-the-trained-models-from-azure-machine-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!