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
TightSheep99
Moderator
4 Questions, 8 Answers
  Active since 26 July 2024
  Last activity one month ago

Reputation

0

Badges 1

8 × Eureka!
0 Votes
6 Answers
123 Views
0 Votes 6 Answers 123 Views
Is it possible to upload a hyperdataset? Or can we only upload datasts
one month ago
0 Votes
2 Answers
137 Views
0 Votes 2 Answers 137 Views
Hi ClearML team, does upload_folder None also have the capability of retrying to upload? It doesn't have the retries parameter
one month ago
0 Votes
2 Answers
151 Views
0 Votes 2 Answers 151 Views
Hey guys, if I set file_upload_retries arbitrarily high like 1000, should I be good to upload a large dataset >1GB on spotty connections?
one month ago
0 Votes
8 Answers
217 Views
0 Votes 8 Answers 217 Views
There are still a ton of instances of the documentation using 'import allegroai', is that deprecated?
one month ago
0 There Are Still A Ton Of Instances Of The Documentation Using 'Import Allegroai', Is That Deprecated?

Yes my company has an enterprise subscription, so how do I install allegroai then? pip install allegroai didn't work

one month ago
0 Is It Possible To Upload A Hyperdataset? Or Can We Only Upload Datasts

I want to store only my raw data in my blob storage, and I want to create a Hyperdataset with all the artificats, metrics, frames, and other bells and whistles which is stored in ClearML but the data is a pointer to my blob storage. Is this possible?

one month ago
0 Is It Possible To Upload A Hyperdataset? Or Can We Only Upload Datasts

But which function can I use to upload Hyper-datasets? Currently I only saw documentation for Dataset.upload() which uploads the Dataset

one month ago
0 Is It Possible To Upload A Hyperdataset? Or Can We Only Upload Datasts

ok thank you, but these are custom parser examples, if I am building a tool that allows users to create hyperdatasets and run models with their raw data on cloud storage, and they don't know how to write code, is this still possible? Or would I have to write a custom parser for each user? And it seems that when I use Dataset.create() it creates a Dataset, not a Hyperdataset. How do I create a hyperdataset outside the web interface?

one month ago
0 Hi Clearml Team, Does Upload_Folder

ok thanks, here you go! None

one month ago
one month ago
0 There Are Still A Ton Of Instances Of The Documentation Using 'Import Allegroai', Is That Deprecated?

ah ok thanks! Does the enterprsie version have separate documentation?

one month ago