Skip to content

Azure Machine Learning- Triggered Pipeline does not Execute the Python Script #270

@AakanchJoshi

Description

@AakanchJoshi

Hi @rastala, @hning86 ,

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,

  1. Configure the Environment and Azure ML Pipeline as per the Github sample(starter) but with a single python script( part of pipeline step)
  2. Execute the Pipeline using Jupyter
  3. Step 2 execution creates a trained model and publishes the pipeline
  4. Execute the pipeline using provided REST endpoint
  5. Step 4 completes in 3-5 seconds without updating the Model.
  6. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions