Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
TenseCrab59
Moderator
5 Questions, 17 Answers
  Active since 13 October 2023
  Last activity 11 days ago

Reputation

0

Badges 1

17 × Eureka!
0 Votes
2 Answers
384 Views
0 Votes 2 Answers 384 Views
hello, is there a dark theme for ClearML UI ?
6 months ago
0 Votes
3 Answers
60 Views
0 Votes 3 Answers 60 Views
how can i download a model through ClearML File server like other artifacts? On the first screenshow i show desired path, on thr second is local path saved b...
12 days ago
0 Votes
14 Answers
97 Views
0 Votes 14 Answers 97 Views
21 days ago
0 Votes
1 Answers
295 Views
0 Votes 1 Answers 295 Views
Hello ! I am wondering about how pipelines are displayed in projects view in Clear ML Ui, seems that there is a separate folder for a pipeline, but its invis...
5 months ago
0 Votes
10 Answers
389 Views
0 Votes 10 Answers 389 Views
Hello everyone. Im using ClearML HPO and having a problem with an OptimizerOptune , the hparams trials start to repeat the best options after some amount of ...
6 months ago
0 Hello, I Had A Setup For Training Ml Model Of Multiple Sub-Modules, Used Pipelines From Task. Didn'T Run It For 4 Months, Was Working Fine Back Then, Now When I Run Pipeline, Steps Are Being Run And Completed Emty, No Console Log, No Stats, Nothing, What

since i do not use docker and run with pipe.start_locally(run_pipeline_steps_locally=True)
at both local and server, do i still have a some kind of containers? how can i view logs of it?

21 days ago
21 days ago
0 Hello, I Had A Setup For Training Ml Model Of Multiple Sub-Modules, Used Pipelines From Task. Didn'T Run It For 4 Months, Was Working Fine Back Then, Now When I Run Pipeline, Steps Are Being Run And Completed Emty, No Console Log, No Stats, Nothing, What

I installed ClearML Server with tutorial, yes i did it through docker, as i understood i need to look for Elastic logs in /var/log/ecs/ecs-agent.log but i have no such file or even ecs folder in this location on my ClearML Server machine

21 days ago
0 Hello Everyone. Im Using Clearml Hpo And Having A Problem With An

Well, that just didn't work for me, i set it to 1, and experiments run full time anyway)

6 months ago
0 Hello Everyone. Im Using Clearml Hpo And Having A Problem With An

And after some time i get a picture like this, where same hparas are trained.
image

6 months ago
0 Hello Everyone. Im Using Clearml Hpo And Having A Problem With An

@<1523701070390366208:profile|CostlyOstrich36> I mean that Optuna suggests {x=10, y=20} for example. Then it becomes next best result in HPO process, then Optuna tends to suggest the very same hparameters, while the parameters space hasn't been fully explored. If i cancel trials with same hparams, it more likely that major part of defined total_max_jobs will be cancelled, thus it renders this parameter hardly usable

6 months ago
0 Hello Everyone. Im Using Clearml Hpo And Having A Problem With An

Thanks, and by the way can you say anything about early stopping? i asked about it here . I guess it also can only be done through 'hacky' solutions?

6 months ago
0 Hello Everyone. Im Using Clearml Hpo And Having A Problem With An

My thoughts on fix to to add code in each training script which will get parent's HPO artifact table and look for same hparams, if exists, abort task. This will fix wasted compute issue, but i wonder if it can be done better. Like spending this compute on other hparams, that otherwise will be left untried

6 months ago
0 Hello Everyone. Im Using Clearml Hpo And Having A Problem With An

So i have a HPO pipeline like this, many modules to be optimized.
image

6 months ago
0 Hello Everyone. Im Using Clearml Hpo And Having A Problem With An

Also, a totally separate issue, i wonder if there is an early stopping, when its obvious that suggested hparams are suboptimal, couldn't find anything in docs. I know there is a max_iteration_per_job but couldn't understand its usability from docs either.

6 months ago