gpt4 book ai didi

python - 从训练脚本访问 AML 数据存储上的数据

转载 作者:行者123 更新时间:2023-12-01 00:52:45 24 4
gpt4 key购买 nike

我正在寻找一个如何访问 Azure Machine Learning managed data store 上的数据的工作示例从 train.py 脚本中。我按照链接中的说明进行操作,我的脚本能够解析数据存储区。

但是,无论我尝试什么(as_download()、as_mount()),我得到的唯一结果就是 DataReference目的。或者也许我只是不明白如何实际从文件中读取数据。

run = Run.get_context()
exp = run.experiment
ws = run.experiment.workspace

ds = Datastore.get(ws, datastore_name='mydatastore')
data_folder_mount = ds.path('mnist').as_mount()

# So far this all works. But how to go from here?

最佳答案

您可以将创建的 DataReference 对象作为训练产品(scriptrun/estimator/hyperdrive/pipeline)的输入进行传递。然后在您的训练脚本中,您可以通过参数访问安装的路径。完整教程:https://learn.microsoft.com/en-us/azure/machine-learning/service/tutorial-train-models-with-aml

关于python - 从训练脚本访问 AML 数据存储上的数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56455761/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com