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! Is There A Way To Ignore The Spammy Output Of Progressbars Like

Hey! Is there a way to ignore the spammy output of progressbars like progressbar2 and tqdm in the captured log in Trains?

  
  
Posted 3 years ago
Votes Newest

Answers 5


Hi! I was going to ask about this, but I didn't understand the solution...currently logs are >100MB because of this..is there a way to save the line only once the epoch is done? AgitatedDove14

  
  
Posted 3 years ago

Long story short, work in progress.
BTW: are you referring to manual execution or trains-agent ?

  
  
Posted 3 years ago

Hey IntriguedRat44 ,
Is this what you are after?
https://github.com/allegroai/trains/issues/181

  
  
Posted 3 years ago

Yes, thank you AgitatedDove14

  
  
Posted 3 years ago

Mostly manual execution for now

  
  
Posted 3 years ago
513 Views
5 Answers
3 years ago
one year ago
Tags