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
5 Questions, 9 Answers
  Active since 26 July 2024
  Last activity one month ago

Reputation

0

Badges 1

9 × Eureka!
0 Votes
8 Answers
331 Views
0 Votes 8 Answers 331 Views
There are still a ton of instances of the documentation using 'import allegroai', is that deprecated?
3 months ago
0 Votes
2 Answers
286 Views
0 Votes 2 Answers 286 Views
Hi ClearML team, does upload_folder None also have the capability of retrying to upload? It doesn't have the retries parameter
3 months ago
0 Votes
2 Answers
321 Views
0 Votes 2 Answers 321 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?
3 months ago
0 Votes
6 Answers
255 Views
0 Votes 6 Answers 255 Views
Is it possible to upload a hyperdataset? Or can we only upload datasts
3 months ago
0 Votes
2 Answers
86 Views
0 Votes 2 Answers 86 Views
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?

3 months 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

3 months ago
0 When I'M Looking At A Frames Of A Dataset Version That Is Stored In Private Blob Storage I Can'T See The Photos, It First Prompts Me To Enter A Sas Token. I Entered A Sas Token, But I Still Can'T See The Photos. I Assume This Is Because The Sas Token I En

I tried entering my sas token into both the Secret/sas field and the token field and neither enabled me to view my photos. Also which field 'secret/sas' or 'token' is supposed to be for my SAS token?

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?

3 months 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

3 months ago
3 months 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?

3 months ago
0 Hi Clearml Team, Does Upload_Folder

ok thanks, here you go! None

3 months ago