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
AverageRabbit65
Moderator
6 Questions, 38 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

38 × Eureka!
0 Votes
8 Answers
630 Views
0 Votes 8 Answers 630 Views
Hello ClearML, I am curious to know how does the clearml PipelineController know the ip of the ClearML server? It seems it knows the right IP of the task ser...
one year ago
0 Votes
1 Answers
547 Views
0 Votes 1 Answers 547 Views
Do you guys offer some hands on training sessions? I am thinking to organize such an event at our company.
one year ago
0 Votes
0 Answers
696 Views
0 Votes 0 Answers 696 Views
ClearML Task: created new task id=534d48409021456a856a83c070af2b50ac295b21 ClearML results page: ClearML pipeline page: ======> WARNING! Git diff to large to...
one year ago
0 Votes
17 Answers
675 Views
0 Votes 17 Answers 675 Views
Hey guys, Is there an e2e working example of writing a pipeline with 2-3 tasks? Just an hello world. I am the first one who tries to make ClearML pipeline to...
one year ago
0 Votes
28 Answers
596 Views
0 Votes 28 Answers 596 Views
In Pipelines. Is it possible to inject a requierment.txt such that the executing node will install before running tasks?
one year ago
0 Votes
7 Answers
596 Views
0 Votes 7 Answers 596 Views
I have a question about how to load a local directory to clearml's venv-builds Assume the following file layout: tree . ├── demo.py └── local_dir ├── hello.p...
one year ago