Azure / Azure/MachineLearningNotebooks
DatasetConsumptionConfig and PipelineParameter cannot be reused
- 主要语言
- Jupyter Notebook
- 星标
- 4.4k
- 派生
- 2.6k
- PR 合并指标
- 30 天内没有已合并 PR
描述
Following the tutorial to create ML datasets as pipeline parameters:
https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-showcasing-dataset-and-pipelineparameter.ipynb
This requires the creation of PipelineParameter and then DatasetConsumptionConfig objects.
If you have multiple steps which require the same dataset input, you would expect to be able to use the same PipelineParameter for all the steps. However when that PipelineParameter is used with a DatasetConsumptionConfig this doesn't work.
When building the pipeline we get the error:
`'PipelineDataset' object has no attribute '_get_datapath'`
Seems the object is altered when it is used, so when we use it a second time it breaks.
The work around at the moment is to create a new PipelineParameter for every step that uses the dataset, hence the number of pipeline parameters to configure grows very fast.
Tail end of error log (can't copy/paste text)

贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。