-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Description
I was working through this repository about deploying models with Azure and noticed that the model input shape is (1,6). However, in both 06_Model_Deployment and 07_CICD_Pipelines, score.py expects an input of shape (1,7) and tries to pass that shape to the model.
When using https://github.com/PacktPublishing/EngineeringMLOps/blob/master/12_Model_Serving_Monitoring/inference.py, I am giving an array of shape (1,7).
This throws the error that either I should change the input shape or the model.
Is there something wrong in how I am creating the model or in consuming it?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels