shorten the information in tqdm during training ML algorithms based on the log level #5855
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:enhancement ✨
Additions of new features or changes to existing ones, should be doable in a single PR
Description of Problem:
currently DIETClassifier output a lot of info in tqdm:
which makes it unusable for small sized terminals.
we should consider removing some information like
loss
if log level is infoalso consider shortening
entity_loss=0.044, role_loss=0.053
toe_loss=0.044, r_loss=0.053
Overview of the Solution:
Examples (if relevant):
Blockers (if relevant):
Definition of Done:
The text was updated successfully, but these errors were encountered: