erezalg

Results 101 comments of erezalg

Hi @idanab1010, We should fix the issue where Task.init() overrides the config. Then you'll be able to use clearml.conf to specify log level for agents. Will update here once it's...

Hi @cpatrickalves @idantene @mmiller-max , while there isn't a solution yet, it is in the making! The plan is to have a logger interface in which you can do something...

@ibobak , the plan is to make it appear first in the scalars tab. We actually are reluctant to add more tabs not to overcrowd the UI. We'll consider it...

Hi @sigal-raab , Following Slack, it seems like the issue was solved by clearing your browser's cache. Can we consider the issue fixed?

Hi @ernestlwt, Calling this works for me: `task.get_configuration_object_as_dict(name='General')['parameter_optimization_space']` I get a list of configuration objects which I can parse, can you give it a try?

hi @ernestlwt, No, I was trying with the general HPO code. Could you maybe share a short code snippet with the task declaration and the parameter input? I'll try to...

Hi @ernestlwt, I think I now understand what you mean :) you want the HPO process to change parameters inside a configuration object and not hyperparameters, am I correct? I...

Hi @ernestlwt, Sorry for the slow response! Unfortunately, you can't do HPO on configuration objects. We can add that (as long as the object contains a json \ YAML for...

What I understand is that the parameters in MMDetection are saved in a configuration object and not in a hyperparameter. What I'm saying is that configuration object doesn't impose a...

Hey @mctigger Just want to make sure I got everything from the slack channel and your message above: We basically want to add a functionality to clearml-data where instead of...