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, I Know That If You Have A Child Dataset Of A Dataset With Zips, And If The Parent Has Been Cached Locally, The Files In The Zips Would Be Symlinked To The Parent'S In

Hi, I know that if you have a child dataset of a dataset with zips, and if the parent has been cached locally, the files in the zips would be symlinked to the parent's in child.get_local_copy() . But now I have a child dataset of a dataset with external files. When I call child.get_local_copy() , even though I have the parent already downloaded in the cache, the child.get_local_copy() redownloads all external files that it inherited from the parent. Is this intended behavior?

  
  
Posted 2 months ago
Votes Newest

Answers 9


@<1523701070390366208:profile|CostlyOstrich36> 👀

  
  
Posted one month ago

None

  
  
Posted 2 months ago

Hi @<1709015393701466112:profile|ScatteredPeacock14> ! I think you are right. We are going to look into fixing this

  
  
Posted one month ago

@<1523701070390366208:profile|CostlyOstrich36> 👀

  
  
Posted 2 months ago

@<1523701070390366208:profile|CostlyOstrich36> Any update on this?

  
  
Posted 2 months ago

Hi @<1709015393701466112:profile|ScatteredPeacock14> , can you provide a sample script that reproduces this behavior? What version of the SDK are you using?

  
  
Posted 2 months ago

child-ext local cache (without a symlink to the parent):
image

  
  
Posted 2 months ago

child-zip local cache:
image

  
  
Posted 2 months ago

Here's a minimal example running on ClearML 1.16.1:

  
  
Posted 2 months ago
330 Views
9 Answers
2 months ago
one month ago
Tags
Similar posts