Open Make42 opened 1 year ago
@Make42 While you indeed can force multiple HPOs to make use of the same task object, ClearML is designed for controlling a single HPO per controller task.
Re-architecting ClearML HPO to support this use-case is not currently planned, but we can keep this open for referral in the future :)
@ainoam : I see. Can you give an example with which use-case the auto_connect_task
argument was introduced if not the one I presented?
I am using two HPOs on the same task:
This should not be too surprising, considering that
auto_connect_task
exists in the first place.In the Web UI, in the plots for
opt_task
, I see all HPO instances, but only the hyperparameters for the second optimizer. I would appreciate it if you could ensure that the hyperparameters of the first optimization are included.This is a mixture of a feature request and a bug report. The latter, because the experiments of the first HPO were considered - but only partially.