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
CumbersomeDuck6
Moderator
4 Questions, 5 Answers
  Active since 19 September 2024
  Last activity 12 months ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
2 Answers
786 Views
0 Votes 2 Answers 786 Views
Hi, am working on a project with ClearML SDK. Does anyone know how to link ClearML datasets to an experiment? I cannot find it in the ClearML SDK documentati...
one year ago
0 Votes
4 Answers
735 Views
0 Votes 4 Answers 735 Views
Hi, currently running Dataset.list_datasets() on a giant list of datasets takes a very long time to return the full datasets list. Similarly running Dataset....
one year ago
0 Votes
2 Answers
765 Views
0 Votes 2 Answers 765 Views
one year ago
0 Votes
3 Answers
802 Views
0 Votes 3 Answers 802 Views
Hi abit of a crazy question... but is it possible to use ClearML in Rust, without writing a wrapper. I noticed the API doesnt cover dataset operations but th...
one year ago
0 Hi, Currently Running

Hm I see. Because I am wondering how come when I view clearml datasets in the clearml GUI, it can just show all my data almost instantly, but when using ClearML SDK, it is so slow?

one year ago
0 Hi, Currently Running

currently not, but the aim is to host it locally. Would that make retrieval much faster?

one year ago
0 Hi Abit Of A Crazy Question... But Is It Possible To Use Clearml In Rust, Without Writing A Wrapper. I Noticed The Api Doesnt Cover Dataset Operations But The Cli Can.

I was advised not to do a wrapper haha due to lack of time, but anyway with the restapi i dont think there is a datasets endpoint and with the CLI im not rly able to access details of the created dataset such as dependency graph,date created etc from the CLI, so that us holding me back from solely using rust

one year ago
0 Hi, Am Working On A Project With Clearml Sdk. Does Anyone Know How To Link Clearml Datasets To An Experiment? I Cannot Find It In The Clearml Sdk Documentation. Thank You

Oh ok, just tried it, it works well! I also just found out the docs has another way of doing it using Dataset.get() alias parameter. Thanks for the help :)

one year ago