Need to load registered MLFlow type segmentation model in Pytorch and do inferencing in Azure MLS.

Copper Contributor

Hi,

 

I am working on Azure machine learning studio to build and deploy a segmentation model. I have developed a model and registered it. I need to load this registered MLFlow type model in PyTorch directly and do inferencing in it. I don't want to deploy it as a web service, end points or REST API's. Its MLModel file has only the flavor of "python_function". So, its also not working with MLFlow library. I request you to help me with a solution. Thanks in advance.

0 Replies