Gabor Bereczki

Results 6 comments of Gabor Bereczki

Thanks for coming back to me. I use python3.10.7 with poetry on Ubuntu WSL. azureml-core = "^1.47.0" thats the onlything I have in my poetry setup file (pyproject.toml)

workspace = Workspace( run_config.subscription_id, run_config.resource_group, run_config.workspace ) for exp_name in run_config.pred_experiments: exp = Experiment(workspace, exp_name) test_tmp = os.path.join(tmp_root, exp_name) os.makedirs(test_tmp) for pred_run in exp.get_runs(): status = pred_run.get_status() details = pred_run.get_details()...

Actually the best solution for me would be if I could just obtain the Azure Blob Storage URI of the Run files and do the whole download code by myself,...

Hi, thanks for the answer but I need the URI from python code and not the GUI. As this is an automated report generation tool and I cannot have the...

Hi! What is the question? Thank you for your recommendation, however I havent had the opportunity to try it out as this issue has dropped in priority internally. Thanks for...