Azure / Azure/MachineLearningNotebooks

DatasetConsumptionConfig and PipelineParameter cannot be reused

未關閉
#1,312 3 則留言 1 個 reaction 已指派 0 人 在 GitHub 檢視
ADO bug Data4ML
主要語言
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)
![image](https://user-images.githubusercontent.com/10160019/106148035-7ad5de80-6170-11eb-8b6a-a6ff2b451110.png)

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

從連結的教學課程 aml-pipelines-showcasing-dataset-and-pipelineparameter.ipynb 開始,使用一個 PipelineParameter 和多個 DatasetConsumptionConfig 物件重現該 pipeline。追蹤回報的「_get_datapath」錯誤附近的 pipeline 建構過程。當相同的資料集輸入可以在多個步驟之間重複使用,且 pipeline 建構成功時,即視為完成。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
azure, jupyter-notebook, python
領域
machine-learning
Issue 類型
缺陷
難度
3/5
預估耗時
1-2 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。