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

Reputation

0

Badges 1

10 × Eureka!
0 Votes
3 Answers
944 Views
0 Votes 3 Answers 944 Views
Hello! When I squash multiple datasets (e.g. Dataset.squash(dataset_name="new_ds", dataset_ids=[id1, id2, id3]) , as far as I can see the newly created datas...
one year ago
0 Votes
11 Answers
808 Views
0 Votes 11 Answers 808 Views
Hi all, I observed that when I get a dataset with Dataset.get() , clearml >= 1.6.3 doesn’t allow YYYY-MM-DD format for the version argument anymore, instead ...
2 years ago
0 Votes
4 Answers
854 Views
0 Votes 4 Answers 854 Views
Hi there! 🙂 I’m wondering whether it is possible to: - set the User Properties of a dataset when creating a Dataset with clearml.Dataset.create() - get a Da...
one year ago
0 Hi All, I Observed That When I Get A Dataset With

Is there any documentation on versioning for Datasets? I’ve looked for it but couldn’t find anything.

2 years ago
0 Hello! When I Squash Multiple Datasets (E.G.

And another question regarding squashing: sometimes I get the following error: FileNotFoundError: [Errno 2] No such file or directory: '/home/vscode/.clearml/cache/storage_manager/datasets/ds_4f3436f7b3ef484f8148a9c25a444ee5/file.ann — why is there an attempt to access the file locally?

one year ago
0 Hi All, I Observed That When I Get A Dataset With

Sure, I can open a Github issue for it. Thanks for the quick response!

2 years ago
0 Hi All, I Observed That When I Get A Dataset With

Hm, one of the issues I have with this change is that now every dataset hat doesn’t have a semantic version cannot be loaded anymore - I would have to re-upload every dataset with a reformatted version.

2 years ago
0 Hi All, I Observed That When I Get A Dataset With

Thanks a lot for the clarification!!

one year ago
0 Hello! When I Squash Multiple Datasets (E.G.

Ah, I wasn’t aware this is possible! Yes, perfect, thanks a lot!

one year ago
0 Hi There!

Would it also be possible to query based on multiple user properties / tags? (So for example, only matching datasets that have key_1="value_1" and key_2="value_2" properties / "value_1" and "value_2" tags)
If I set a list of tags for query_tasks() , all dataset Ids with any of the tags are matched, not with all of the tags (contrary to what is stated in the docstring of query_task ).

one year ago
0 Hi There!

Perfect, this seems to do what I was looking for, thanks a lot! 🙂

one year ago