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

Reputation

0

Badges 1

2 × Eureka!
0 Votes
3 Answers
519 Views
0 Votes 3 Answers 519 Views
Hi! I want to use non system git user for clearml-agent. I saw settings: agent.git_user="" agent.git_pass="" But authentificate by log/pass is disable on hos...
2 years ago
0 Votes
14 Answers
554 Views
0 Votes 14 Answers 554 Views
Hi! I'm using func get_local_copy for download dataset. Is it possible to simultaneously download and unzip previous part of dataset? Because now these phase...
2 years ago
0 Votes
2 Answers
570 Views
0 Votes 2 Answers 570 Views
Hi! My agent has very limited disk space. And when a new task is launched and the loading of new data begins, there may not be enough space. Is there a syste...
2 years ago
0 Hi! I'M Using Func

Dataset for storing splits to many parts, each around 500Mb. And when you called get_local_copy it starts consistently download and unpack each part.
In my case download each part takes ~5 second, and unzip ~15.

2 years ago
0 Hi! I Want To Use Non System Git User For Clearml-Agent. I Saw Settings:

The computer I want to run clearml_agent has several people working on it. Globally, git is set up to run under one of the accounts. When clearml agent tries to perform a task and clone a repository, it uses the account that is globally configured and the corresponding ssh key pair. If I set the username and password of the account I want to use in the config file, I get an error because git is trying to clone the repository over https. The question is, is there any way I can specify in the c...

2 years ago