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

Reputation

0

Badges 1

8 × Eureka!
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
We are hosting our own ClearML server, and I would like everybody in our team to configure their ClearML with sdk.development.detect_with_pip_freeze=true Wha...
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
I would like to schedule a Task for remote execution. What is the proper way to pass parameters through clearml-task to a task running with Hydra? For exampl...
2 years ago
0 Votes
1 Answers
738 Views
0 Votes 1 Answers 738 Views
Are ClearML datasets intended to be static, or can they be dynamic? We intend to have an ETL pipeline running in Databricks environment digesting complex pro...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
I am playing around with agents on our self-hosted CML. Currently, and I’m having some trouble with the environment configuration. It’s a bit magical which v...
2 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
I would like to use ClearML together with Hydra multirun sweeps, but I’m having some difficulties with the configuration of tasks. Based on a hydra configura...
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
2 years ago