erezalg
erezalg
@gbartyzel, Actually no, we somehow missed that :) I'll make sure it's out in the next version that's supposed to be released in a week or two.
@gbartyzel you mean to replace the default serializer from pickle to dill? Or specifically in an experiment \ pipeline?
@gbartyzel We thought the same thing, but as much as we love dill (and we do :) ), it's yet another dependency that users might not use (As far as...
@gbartyzel That is the plan :) Will update here once it's out!
Hi @ohad-pipl, Yeah :) There seem to be a problem with the way we handle or pass extra_layout to the plotly builder. We'll work on it and come up with...
Hi @navotoz, That obviously shouldn't happen :) Let me investigate!
Hi @navotoz, What I did was to start an HPO process with these parameters: hyper_parameters=[ UniformIntegerParameterRange('Args/batch_size', min_value=128, max_value=512, step_size=128), DiscreteParameterRange('Args/stringarg', values=['string1','string2']), ], When I terminate the terminal running the agent...
Hi @navotoz, I can look at it, but I think creation of experiments is done by Optuna and not by ClearML, we just follow its instructions. If you find a...
Hi @mauvilsa, Basically ClearML logs everything a user uses (code \ params \ outputs) automatically, and then allow it to override configuration when rerunning it. What we do in the...
Hi @IlyaMescheryakov1402, Great idea! Actually, at the moment we don't have such capability...How many arguments do you have per pipeline? I think we can add to the pipeline decorator something...