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
GloriousPenguin2
Moderator
7 Questions, 14 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

10 × Eureka!
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi everyone Trying to leverage https://clear.ml/docs/latest/docs/pipelines/pipelines_sdk_tasks/#parameter_override in clearml pipelines. I can see that it ki...
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi, some plots don't render via report_plotly during training past certain point, but when it's completed, they do render. If i abort, they're not rendered. ...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hello Is there any actual way to modify TaskScheduler in runtime as mentioned here? https://github.com/allegroai/clearml/blob/c29dd1fe062188fc1b906a992fc3498...
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hello guys, i have trouble logging certain pandas dataframes ( https://github.com/allegroai/clearml/issues/510 ), could anyone provide some quick workaround?...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Can anybody give a code example of how to do runtime changes to TaskScheduler? https://clear.ml/docs/latest/docs/references/sdk/scheduler/#class-automationta...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hey, is there an easy way to retrieve the code used to run an experiment? Without recreating the whole environment etc. The problem: I have ran a .py script ...
3 years ago