Is it possible to send command-line arguments to Hydra when running a remote task using the clearml-task CLI?
I am trying to do it like this:
clearml-task --script train.py --args key1=value1 key2=value2
However, it is not working as expected. The parameters appear in the Args section in the ClearML Web UI, but they should appear in the Hydra section instead. Additionally, the training script does not recognize them.
How can I pass these arguments correctly to Hydra?