AgitatedDove14 thank you!
Do you mean in my train.py, after Task.init(..)?
Correct 🙂
btw: my_dict_with_conf_for_data
can be any object, not just dict. It will list all the properties of the object (as long as they do not start with _)
Thank you again! I read about task.connect in https://clear.ml/docs/latest/docs/clearml_sdk/task_sdk and now I see how I can add that.
Hi AttractiveShrimp45
Well, I would use the Task.connect
to add a section with any configuration your are using. for exampleTask.current_task().connect(my_dict_with_conf_for_data, name="dataset51")
wdyt?