Home
last modified time | relevance | path

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

/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.cpp13000 gru_tokenizer_network_trainer<D> best_combined_f1_network; in train() local
13199 best_combined_f1_network = *this; in train()
13212 this->embeddings = best_combined_f1_network.embeddings; in train()
13213 this->gru_fwd = best_combined_f1_network.gru_fwd; in train()
13214 this->gru_bwd = best_combined_f1_network.gru_bwd; in train()
13215 this->projection_fwd = best_combined_f1_network.projection_fwd; in train()
13216 this->projection_bwd = best_combined_f1_network.projection_bwd; in train()