emnlp2017-bilstm-cnn-crf icon indicating copy to clipboard operation
emnlp2017-bilstm-cnn-crf copied to clipboard

Average of F1 of all epochs?

Open ghost opened this issue 6 years ago • 2 comments

Hi,

How can I report the average F1 measure of all the epochs?

ghost avatar Jan 31 '19 03:01 ghost

Computing the average F1 measure of all epochs is rather not sensible in my opinion.

Usually you look at the F1 test score from the epoch that had the highest development score.

Depending on the configuration of the network, it can take a bit longer it starts to learn, i.e., you will have several epochs with especially low F1 scores. Computing there an average wouldn't make sense.

nreimers avatar Jan 31 '19 08:01 nreimers

Hi,

OK thanks.

ghost avatar Feb 01 '19 13:02 ghost