Hi @<1742355077231808512:profile|DisturbedLizard6> ,
Currently, only argparse arguments are supported for clearml-task
, click is also support, but for now, with the python sdk.
Do you know how to pass args to python script through clearml-task without --args? Because I am using "click" library for parsing args and when I write clearml-task --script main.py --args "input_path=/home" I see that clearml launches that as "Running task id [440f720eed714158863c8d46f5fe87e5]:
[.]$ /usr/bin/python -u /main.py" without any arguments. But in clearml-webserver UI I see them
Hi @<1742355077231808512:profile|DisturbedLizard6> ,
Currently, only argparse arguments are supported for clearml-task
, click is also support, but for now, with the python sdk.