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, What Is The Best Way To Add New Data To The Uploaded Dataset. Currently, Uploaded Dataset Stored In Clearml Have This Structure.

Hi,
What is the best way to add new data to the uploaded dataset.

Currently, uploaded dataset stored in Clearml have this structure.

Dataset_rootpreprocess_Aimage files
I want to add the folder that contains the same images as preprocess_A under Dataset_root.

Thanks

  
  
Posted 2 years ago
Votes Newest

Answers 5


Hi, how did you save the dataset so far?

  
  
Posted 2 years ago

Try creating a new version and syncing the local folder (or try to specifically add files) 🙂

  
  
Posted 2 years ago

Sorry, how to create a new version of dataset.

  
  
Posted 2 years ago

I execute add_file and then, upload.

  
  
Posted 2 years ago
654 Views
5 Answers
2 years ago
one year ago
Tags
Similar posts