-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
I am blocked with Azure ML pipeline execution, not sure what is wrong. pipeline does not refresh/register the model when triggered via REST endpoint or Azure portal. I tried looking into the container but no progress yet.
Environment Details,
- Python 3.6
- Compute - AMLCompute [STANDARD_D2_V2]
- Conda packages - scikit-learn, pandas
- Pip packages- azureml-sdk[notebooks], azureml-train-automl
Case Steps,
- Configure the Environment and Azure ML Pipeline as per the Github sample(starter) but with a single python script( part of pipeline step)
- Execute the Pipeline using Jupyter
- Step 2 execution creates a trained model and publishes the pipeline
- Execute the pipeline using provided REST endpoint
- Step 4 completes in 3-5 seconds without updating the Model.
- Activity run contains logs from the first run only
Expected Behavior - Triggering the pipeline via the endpoint should execute the custom python script(Train.py) to register/refresh the model in azure ML workspace
Observed Behavior - Triggering the pipeline via the endpoint executes the pipeline but does not register/refresh the Model in azure ML workspace
Appreciate your help,
Thank You
Metadata
Metadata
Assignees
Labels
No labels