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
ManiacalLizard2
Moderator
37 Questions, 270 Answers
  Active since 05 June 2023
  Last activity 28 days ago

Reputation

0

Badges 1

100 × Eureka!
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
How to tell clearML server to use cloud storage (Azure)? I have a clearML server deployed with docker-compose. As per instruction here , I added the file /op...
one year ago
0 Votes
5 Answers
857 Views
0 Votes 5 Answers 857 Views
I have weird issue with clearml agent: when queue a job for a second time on the same agent, it get Executing task id [43cc0c9e1f794f53a148bde3fff03cc9]: rep...
one year ago
0 Votes
2 Answers
117 Views
0 Votes 2 Answers 117 Views
Given a Task object, how do I retrieve the GPU type ? I can see it from the webUI but it would be great if I can get it from the python sdk
28 days ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
We have deployed our own ClearML server in Azure. We have 2 separate address for the api and web server. Both serving at port 443 In the local PC config file...
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
clearnl failed to detect custom packages livsdk installed from git. I have a dev venv where I start initial clearml task. In this dev venv, I have custom pac...
one year ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hi, We have an agent running inside a Nvidia official container. The agent seems to see the GPU driver but the GPU count is 0 When I join that container, nvi...
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
one year ago
Show more results questions