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

Reputation

0

Badges 1

22 × Eureka!
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Hi guys, I encountered a very frustrating problem about virtual enviroment management when I use ClearML. I use virtualenv to create a new python env and ins...
2 years ago
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K Views
I have install a python environment by virtualenv tool, let's say /home/frank/env and python is /home/frank/env/bin/python3. How to reuse the virtualenv by s...
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi, I created two workers and I want to remove them now. How to remove the created workers? CLI or API?
2 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Will ClearML log cmd like python -m torch.distributed.run --nproc_per_node 2 train.py --batch 64 --data coco.yaml ? If I clone and enqueue the cloned task on...
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
I have a special python package that installed by clone its source code and use python setup.py install cmd to install the package so that I can edit the pac...
2 years ago