Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shorten the information in tqdm during training ML algorithms based on the log level #5855

Closed
Ghostvv opened this issue May 19, 2020 · 0 comments · Fixed by #6019
Closed
Assignees
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

Comments

@Ghostvv
Copy link
Contributor

Ghostvv commented May 19, 2020

Description of Problem:
currently DIETClassifier output a lot of info in tqdm:

Epochs:  11%|▍   | 9/80 [03:58<30:47, 26.02s/it, t_loss=6.703, i_loss=0.451, entity_loss=0.044, role_loss=0.053, i_acc=0.961, entity_f1=0.883, role_f1=0.717]

which makes it unusable for small sized terminals.
we should consider removing some information like loss if log level is info
also consider shortening entity_loss=0.044, role_loss=0.053 to e_loss=0.044, r_loss=0.053

Overview of the Solution:

Examples (if relevant):

Blockers (if relevant):

Definition of Done:

@Ghostvv Ghostvv added type:enhancement ✨ Additions of new features or changes to existing ones, should be doable in a single PR area:rasa-oss 🎡 Anything related to the open source Rasa framework labels May 19, 2020
@tabergma tabergma self-assigned this Jun 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants