Home
last modified time | relevance | path

Searched refs:best_combined_f1 (Results 1 – 1 of 1) sorted by relevance

/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.cpp12999 float best_combined_f1 = 0.f; unsigned best_combined_f1_epoch = 0; in train() local
13196 if (early_stopping && sentences.f1 + tokens.f1 > best_combined_f1) { in train()
13197 best_combined_f1 = sentences.f1 + tokens.f1; in train()
13201 if (early_stopping && best_combined_f1 && epoch - best_combined_f1_epoch > 30) { in train()
13210 if (early_stopping && best_combined_f1) { in train()