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

Reputation

0

Badges 1

4 × Eureka!
0 Votes
5 Answers
647 Views
0 Votes 5 Answers 647 Views
Hello there! After updating clearML server to the latest version I'm not able to download old datasets. I got an error No projects found when searching for S...
one year ago
0 Votes
2 Answers
549 Views
0 Votes 2 Answers 549 Views
Hi there! I want to add metrics in ClearML via task.connect(params_dictionary) , but they are calculated in a file other than the entry point (where the Task...
2 years ago
0 Votes
3 Answers
617 Views
0 Votes 3 Answers 617 Views
Hi there! Is there any way to boost creating SHA2 hashes during clearml-data add ? It uses only one CPU core, could I use multiprocessing somehow?
2 years ago
0 Votes
4 Answers
583 Views
0 Votes 4 Answers 583 Views
Hi there! I want the computer on which clearml-agent daemon is installed to automatically turn on the workers after restarting. Is there such an option in cl...
2 years ago
2 years ago
0 Hello There! After Updating Clearml Server To The Latest Version I'M Not Able To Download Old Datasets. I Got An Error

I don't know exactly previous version, but we started use it approximately in March 2022.
We can download datasets via id's, but we need to specify names, because we have huge amount of them.
I tried to download them like this:
clearml_dataset = Dataset.get(dataset_project="SplitNet Data", dataset_name=dataset_name)

one year ago
0 Hi There! Is There Any Way To Boost Creating Sha2 Hashes During

I don't know, why it uses only 1 core.

2 years ago