to answer myself, the first part, task.get_parameters()
retrieves a list of all the arguments which can be set. The syntax seems to be Args/{argparse destination}
However, this does not return the commit hash :((
RotundHedgehog76 ,
What do you mean regarding language? If I'm not mistaken ClearML should include Optuna args as well.
Also, what do you mean by commit hash? ClearML logs the commit itself but this can be changed by editing
By language, I meant the syntax. What is Args
and what is batch
in Args/batch
and what other values exist 😀
By commit hash, I mean the hash od the commit a task was run from. I wish to refer to that commit hash in another task (started with a triggerscheduler) in code
trigger.add_task_trigger(name='export', schedule_task_id=SCHEDULE_ID, task_overrides={...})
I would like to override the commit hash of the SCHEDULE_ID
with task_overrides