microsoft / hi-ml

HI-ML toolbox for deep learning for medical imaging and Azure integration
https://aka.ms/hi-ml
MIT License
266 stars 59 forks source link

Pass an entire command to ScriptRunConfig instead of script path and arguments #898

Open Shruthi42 opened 1 year ago

Shruthi42 commented 1 year ago

ScriptRunConfig takes an optional parameter command which can be used instead of the script and argument parameters to specify the command to run on AzureML. Enabling this option in hi-ml-azure will make it easier to run custom jobs, for example using torchrun.