AzureML registered dataset #2537
RafieeAshkan
started this conversation in
General
Replies: 2 comments
-
Hi @RafieeAshkan, Hydra doesn't support azure specifically... but wouldn't it be possible to add something like |
Beta Was this translation helpful? Give feedback.
0 replies
-
I solved the issue by first setting path as env variable in Azure job script using
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have been running my experiments locally using hydra with pytorch lightning and mlflow successfully. Now, I would like to run it on AzureML. When running locally, to load data I give the path to data in hydra config files as
data_dir: ${paths.root_dir}/data/
. However, on Azure I registered the dataset and has the folder uri asazureml:my_data:1
with the subscription group and workspace details. I was wondering if there is any chance I can use the azure uri in hydra config as the data location?Many thanks
Ashkan
Beta Was this translation helpful? Give feedback.
All reactions