Where can I find more details about the metrics I am being shown when training? #9756
-
I am running the tagger_parser_ud project and while it's training it's showing me these metrics I have pasted below. Some of them I understand but not all, so where can I find more information about this? And how do I know how long the training will take? My config file says max_epochs = 0, max_steps = 20000. Is E the current epoch and # the number of steps? ============================= Training pipeline ============================= 0 0 0.00 148.33 149.48 291.29 20.85 23.10 25.09 17.23 6.34 1.17 0.19 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is addressed in the FAQ. You are correct that E is the number of epochs and # the number of steps. The other metrics are explained in the docs, in particular see the blue drop-down "Understanding the training output and score types". |
Beta Was this translation helpful? Give feedback.
This is addressed in the FAQ. You are correct that E is the number of epochs and # the number of steps.
The other metrics are explained in the docs, in particular see the blue drop-down "Understanding the training output and score types".