Reputation: 51
It seems like there is bug in create real-time endpoints for "Wide & Deep Recommender" module at least with the sample workflow. I kept getting "Invalid graph: You have requested input port(s) unconnected". Does anyone know how to get around this issue?
Repro Steps:
Go to Azure ML -> Designer -> "Wide & Deep based Recommendation - Restaurant"
Train the model -> Create "Real-time inference pipeline" -> in Real-time inference pipeline, click "Submit" -> Error occurs
Upvotes: 0
Views: 269
Reputation: 87
I was facing the same issue. I just deleted the 'Evaluate recommender' at the end (having a yellow exclamation mark) and submitted again.
That fixed my problem.
Upvotes: 0
Reputation: 2754
you can now register a trained model in Designer into the model registry and use automatically generated score.py/conda yaml to deploy it using SDK or CLI. After successful model training, publishing to inference cluster in authenticating to the AKS cluster and consume.
Upvotes: 0