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
Unanswered
Hello. Somehow All Of My Local Copies Of The Clearml Dataset Just Disappeared From The Local Machine For No Reason. (Pretty Sure Nobody Deletes Them) This Is The Second Time Actually, The First Time Was Around 2 Weeks Ago. So, I Need To Re-Download Them A

Hello. Somehow all of my local copies of the clearml dataset just disappeared from the local machine for no reason. (pretty sure nobody deletes them) This is the second time actually, the first time was around 2 weeks ago. So, I need to re-download them again. I wanna know the reason why this happened. What are the possible causes?
Here are my clearml config where I defined the path to save the local copies, do I miss something?.
storage { cache { # Defaults to system temp folder / cache default_base_dir: "/home/ubuntu/data/clearml" size { # max_used_bytes = -1 min_free_bytes = 10GB # cleanup_margin_percent = 5% } }

  
  
Posted one year ago
Votes Newest

Answers

623 Views
0 Answers
one year ago
one year ago
Tags