ufal / neuralmonkey

An open-source tool for sequence learning in NLP built on TensorFlow.
BSD 3-Clause "New" or "Revised" License
410 stars 104 forks source link

Annealing for minimum risk training #739

Open jindrahelcl opened 6 years ago

jindrahelcl commented 6 years ago

720 introduced minimum risk training along with other RL objectives. The difference between an older unmerged PR, #611 is that it contained also annealing for MRT. This feature could be added as well.