SwordYork / DCNMT

Deep Character-Level Neural Machine Translation
GNU General Public License v3.0
72 stars 19 forks source link

Score function #9

Closed kadir-gunel closed 7 years ago

kadir-gunel commented 7 years ago

What score function you are using both in training and testing ?

B.R.

SwordYork commented 7 years ago

Could you please show which line? I guess it is BLEU score which calculated by the perl script.

SwordYork commented 7 years ago

The printed score in training and testing is the cost of the outputs. You could regard it as perplexity or entropy.