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 Everyone, A Question About Clearml-Data: Is It Possible To Tell Clearml To Not Chunk And Zip My Data, But Instead Rebuild Keep The Structure Of The Dataset? E.G. If My Data Is Image1.Jpg, Image2.Jpy, ... I Want To See The Same On S3. This Would Enable

Hi everyone,
a question about clearml-data: Is it possible to tell ClearML to not chunk and zip my data, but instead rebuild keep the structure of the dataset? E.g. if my data is image1.jpg, image2.jpy, ... I want to see the same on S3.
This would enable usage of something like: None

  
  
Posted 5 months ago
Votes Newest

Answers 2


Hi @<1523701868901961728:profile|ReassuredTiger98> , I think you can achieve a similar affect using add_external_files - None

  
  
Posted 5 months ago

Thank you

  
  
Posted 5 months ago
289 Views
2 Answers
5 months ago
5 months ago
Tags