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
Hey All, Has Anyone Faced This Issue With

Hey all,

Has anyone faced this issue with dataset.get_local_copy() ?

IsADirectoryError: [Errno 21] Is a directory:
  
  
Posted 9 months ago
Votes Newest

Answers 3


Full log:
image

  
  
Posted 9 months ago

@<1587615463670550528:profile|DepravedDolphin12> , how did you create the dataset? Are you doing anything else? Do you have a code snippet that reproduces this behavior? i.e both for creating the dataset and fetching it..

  
  
Posted 9 months ago

@<1523701070390366208:profile|CostlyOstrich36> I believe it is something to do with local cache, I changed the cache location to a different directory in clearml.conf and the issue is resolved.

  
  
Posted 9 months ago
540 Views
3 Answers
9 months ago
9 months ago
Tags