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 Everyone, When Uploading With

Hey everyone,
when uploading with clearml-data it will print and save a lot of logs (multiple GB) because it prints the progress quite often. How can I make it show progress less often/rewrite?

  
  
Posted one year ago
Votes Newest

Answers 4


How can I make it show progress less often/rewrite?

I'm not sure this is configurable ... you mean like reports on the uploads right? (i.e. report every 5mb I think is the default)
while we are at it, maybe we should use twdm if it is installed
wdyt?

  
  
Posted one year ago

Hi ReassuredTiger98 ,

Are you uploading directly with the CLI?

  
  
Posted one year ago

Yea exactly. tqdm sounds good!

  
  
Posted one year ago

Yes

  
  
Posted one year ago
664 Views
4 Answers
one year ago
one year ago
Tags