You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
After upgrade to hi-ml 0.1.11, dataset mounting or downloading is handled by hi-ml. This now clashes with dataset handling in InnerEye: InnerEye also tries to mount datasets, and expects that hi-ml passes back an empty local_folder field in azure_run_info
Fix: Remove all code to download datasets locally. Pass local_dataset field from container to DAtasetConfig in azure_runner.py
After upgrade to hi-ml 0.1.11, dataset mounting or downloading is handled by hi-ml. This now clashes with dataset handling in InnerEye: InnerEye also tries to mount datasets, and expects that hi-ml passes back an empty local_folder field in azure_run_info
Fix: Remove all code to download datasets locally. Pass local_dataset field from container to DAtasetConfig in azure_runner.py
AB#4748