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
Im Downloading Clearml Dataset With: Dataset.Get_Local_Copy(Use_Soft_Links=True) Somwtimes Datasets Are Really Huge, How To Get Progressbar Or Any Callback On Download Status? Otherwise I Have To Check If I Have Network Trafic Or Something

im downloading clearml dataset with: dataset.get_local_copy(use_soft_links=True)
Somwtimes datasets are really huge, how to get progressbar or any callback on download status? Otherwise I have to check if I have network trafic or something

  
  
Posted 9 months ago
Votes Newest

Answers 3


@<1590514584836378624:profile|AmiableSeaturtle81> , I would suggest opening a github feature request then 🙂

  
  
Posted 9 months ago

Hi @<1590514584836378624:profile|AmiableSeaturtle81> ! Having tqdm installed in your environment might help

  
  
Posted 9 months ago

doesnt help

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