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

Reputation

0

Badges 1

10 × Eureka!
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
Is it possible to set values in clearml config file programmatically? specifically aws.s3.use_credentials_chain
3 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
After saving models during training I cant reuse the same task to continue training Is there any way to continue task even though there are models saved? Alt...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hi, in tensorboard there is an option to "ignore outliers in chart scaling". Is there such an option when viewing scalars in clearml?
3 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
I have some old training jobs that I logged with tensorboard, is it possible to add them to clearml?
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
When viewing scalars is it possible to: Have a grid view (e.g. 3 plots per line instead of just one) Group the metrics differently (seems like if I log X/a a...
3 years ago