Ask Your Question

sharmila's profile - activity

2019-09-30 16:38:09 -0600 commented question How to save openCV as a pickle file?

I'm trying to register the model in Azure Machine Learning workspace using the SDK below. model = run.register_model(m

2019-09-30 16:00:36 -0600 commented question How to save openCV as a pickle file?

I'm trying to register the model in Azure Machine Learning workspace using the SDK below. model = run.register_model(m

2019-09-30 16:00:27 -0600 commented question How to save openCV as a pickle file?

I'm trying to register the model in Azure Machine Learning workspace using the SDK below. model = run.register_model(m

2019-09-30 16:00:08 -0600 commented question How to save openCV as a pickle file?

I'm trying to register the model in Azure Machine Learning workspace using the SDK below. model = run.register_model(m

2019-09-30 14:40:10 -0600 commented question How to save openCV as a pickle file?

I'm basically trying to Dockerise a Python application, which is an OpenCV module.

2019-09-30 14:26:11 -0600 commented question How to save openCV as a pickle file?

Okay got it. I don't need to pickle the model. But is it possible to deploy the OpenCV model to Azure?

2019-09-30 13:55:31 -0600 answered a question How to save openCV as a pickle file?

Thanks for the reply. I'm trying to deploy the OpenCV model (detects face) to Azure. During this process, I will have to

2019-09-27 17:06:42 -0600 asked a question How to save openCV as a pickle file?

How to save openCV as a pickle file? I have a requirement where I have to deploy this model on Azure container registry