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
DizzyDove33
Moderator
1 Question, 1 Answer
  Active since 21 July 2023
  Last activity one year ago

Reputation

0

Badges 1

Eureka!
0 Votes
2 Answers
867 Views
0 Votes 2 Answers 867 Views
Hi everyone! I’ve been using clearml-agent for a while and it’s been great, mostly we’ve been running our tasks in docker mode. Now we need to run a task in ...
one year ago
0 Hi Everyone! I’Ve Been Using

@<1523701087100473344:profile|SuccessfulKoala55> Thank you so much! I’ll try it out. I don’t have the original task id so I’ll try the CLEARML_AGENT_SKIP_PIP_VENV_INSTALL first and let you know :-D

one year ago