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

Reputation

0

Badges 1

6 × Eureka!
0 Votes
5 Answers
547 Views
0 Votes 5 Answers 547 Views
Hi! I'm trying to run a task from a remote repository with clearml-task , but I get the following error: Error: requirements file could not be found '{}'So, ...
2 years ago
0 Votes
32 Answers
1K Views
0 Votes 32 Answers 1K Views
Hello! I get the following error in Results->Console after a task is sent for remote execution (using sdk): clearml_agent: ERROR: Could not find task id=a270...
2 years ago
0 Hi! I'M Trying To Run A Task From A Remote Repository With

I provide --project , --name , --repo , --branch , --script , --requirements and --queue

2 years ago
0 Hi! I'M Trying To Run A Task From A Remote Repository With

requirements/requirements.txt - it's where the file is located in the repo

2 years ago
0 Hello! I Get The Following Error In Results->Console After A Task Is Sent For Remote Execution (Using Sdk):

SuccessfulKoala55 so, there's something wrong with the agent, right?

2 years ago