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
Answered
Hi, I'M Trying To Upload My Dataset Via

Hi, I'm trying to upload my dataset via clearml-data CLI, but I'm facing this error:
Pending uploads, starting dataset upload to Uploading compressed dataset changes (776 files, total 2.36 GB) to `
2021-07-03 12:49:24,821 - clearml.storage - ERROR - Exception encountered while uploading string longer than 2147483647 bytes

Error: string longer than 2147483647 bytes `I have previously uploaded other datasets with success. Any ideas what might be happening?

  
  
Posted 2 years ago
Votes Newest

Answers 4


I think the limit is in the free tier hosting ...

  
  
Posted 2 years ago

i should upload my dataset in chunks then?

  
  
Posted 2 years ago

oh...

  
  
Posted 2 years ago

Hi ZippySheep23

Any ideas what might be happening?

I think you passed the upload limit (2.36 GB) 🙂

  
  
Posted 2 years ago
564 Views
4 Answers
2 years ago
one year ago
Tags