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
I Keep Getting This Error When Trying To Upload A Dataset. Anyone Has Any Idea What Might Be Causing It?

I keep getting this error when trying to upload a dataset. Anyone has any idea what might be causing it?

  
  
Posted 2 years ago
Votes Newest

Answers 5


Yeah, I kept seeing the message but I was sure there were files in the location.

I just realized, I hadn't worked with the Datasets api for a while and I forgot that I'm supposed to call add_files(location) and then upload, not upload(location). My bad.

  
  
Posted 2 years ago

Thanks for the help.

  
  
Posted 2 years ago

1.1.5

  
  
Posted 2 years ago

What ClearML version are you on?

  
  
Posted 2 years ago

VexedCat68 it looks like the dataset has no files?

  
  
Posted 2 years ago
496 Views
5 Answers
2 years ago
one year ago
Tags