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 Am Hosting Clearml Server And I Faced Issue With Closing Datasets. For Some Reason Closing Datasets Ends Up With The Word "Killed" For Datasets More Than 2.5Gb (See Screenshot) The Question Is What Is The Reason Of The Issue? How To Upload Datasets Size

I am hosting ClearML server and I faced issue with closing datasets. For some reason closing datasets ends up with the word "Killed" for datasets more than 2.5Gb (see screenshot)
The question is what is the reason of the issue? How to upload datasets sized more than 2.5Gb ?

  
  
Posted 2 years ago
Votes Newest

Answers 2


Hi SmugLizard24

The question is what is the reason of the issue?

That is a good question, could it be out of memory? (trying to compress or send the file in one chunk?)

  
  
Posted 2 years ago

BTW: we are now adding "datasets chunks for a more efficient large dataset storage"

  
  
Posted 2 years ago
491 Views
2 Answers
2 years ago
one year ago
Tags