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
LazyAlligator31
Moderator
2 Questions, 3 Answers
  Active since 11 November 2023
  Last activity 12 days ago

Reputation

0

Badges 1

3 × Eureka!
0 Votes
3 Answers
311 Views
0 Votes 3 Answers 311 Views
Hello everyone, I am having an issue with file paths when running clearml agent. Somehow, directories are being created inside the ~/.clearml folder when I a...
5 months ago
0 Votes
2 Answers
181 Views
0 Votes 2 Answers 181 Views
Hi all, I have a question regarding TaskScheduler . When used for scheduling a function, schedule_function , is there a way to pass function arguments? I see...
13 days ago
0 Hello Everyone, I Am Having An Issue With File Paths When Running Clearml Agent. Somehow, Directories Are Being Created Inside The

Attempting to answer my own question here: Is this because the code repo is being recreated in this directory? /home/user/.clearml/venvs-builds.1/3.8/task_repository/<name of repo>

5 months ago
0 Hi All, I Have A Question Regarding

Sweet! I'll give that a try. Thank you @<1523701435869433856:profile|SmugDolphin23>

13 days ago