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
VexedElephant56
Moderator
9 Questions, 22 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

22 × Eureka!
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hello, I have a self-hosted docker-based Clearml and lately uploading artifacts is super slow: uploading 4GB artifact takes 30 mins+. What could be a reason ...
one year ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Hello, ClearML! Let's say that I have a git repository in format ssh://git
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Is it possible to force the clearml agent to easily not install anything in venv?
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hello, does anybody here work with ClearML on preemptible instances? I'd like to achieve the following: - I enqueue a preemptible task A - Task A gets fetche...
one year ago
0 Votes
2 Answers
976 Views
0 Votes 2 Answers 976 Views
one year ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hello, I have my ClearML instance hosted at URL " None ". ClearML agent for some reason cannot connect to " None " DEBUG:urllib3.util.retry:Incremented Retry...
one year ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
How to apply agent configuration (i.e. clearml.conf) to agent-services in the docker-compose file?
one year ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
I have a repository which uses Git LFS and would like to run a task through Docker-based agent. Despite installing git-lfs in the docker image, I get the fol...
one year ago