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
Someone Can Help With A Problem With A Dataset Cache Download? All My Workers Are Download The Ds Every Time That My Simulation Starts. It'S Not Using The Cache And Always Download It Again. I Have Check The Config Is Fine, The Cache Dir Is Fine, The File

Someone can help with a problem with a dataset cache download? All my workers are download the ds every time that my simulation starts. It's not using the cache and always download it again. I have check the config is fine, the cache dir is fine, the files are there after download. But If I run again, it downloads again.

dataset = Dataset.get(dataset_id=dataset_id, dataset_version="1.0.12")
print("Found dataset:", dataset.name, "version:", dataset.version)
local_path = dataset.get_local_copy()
  
  
Posted 2 months ago
Votes Newest

Answers 2


Hi @<1523701070390366208:profile|CostlyOstrich36> , I just discovered that was some kind of dataset error on files or checksum that was always saying that the data need to be downloaded again.
I have created another dataset and now it's fine. Thank you.

  
  
Posted 2 months ago

Hi @<1820993257639776256:profile|DeepOwl31> , are all workers on the same machine?

  
  
Posted 2 months ago
263 Views
2 Answers
2 months ago
2 months ago
Tags