Open obiii opened 11 months ago
Thanks for the feedback.
@azureml-github - would any of you be able to provide assistance?
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/azure-ml-sdk @azureml-github.
Hi @obiii , Would you help to double confirm the type of auxilary_output_training from train_component in your job in Azure machine learning?
Describe the bug Unabel to connect steps in azureml. StreamError for connected inputs/outputs
To Reproduce Steps to reproduce the behavior:
In this case, we have three step pipeline:
The train script has arparrse argument like this to output a file:
and the image creator step has arguments like this to handle incoming output as input: (auxilary_output_image_creator is for the output from image creator to next step model selection)
The Sweep Job produces the output correctly:
and the input of image creator is also there.
The data asset id of outputs in sweepJob parent as well as child runs and id of input in image creator steps are same.
Expected behavior The expected behavior is that the steps should be connected using these input and outputs. But we get StreamError:
Additional context There is no support in SDK V2 to order pipeline steps unlike in SDK V1 where we had SequenceSteps. Anyway, linking of these inputs and outputs should work.