Skip to content

OpenNMT-py v3.0.3

Compare
Choose a tag to compare
@vince62s vince62s released this 19 Dec 11:42
· 207 commits to master since this release
5f32750
  • fix loss normalization when using accum or nb GPU > 1
  • use native CrossEntropyLoss with Label Smoothing. reported loss/ppl impacted by LS
  • fix long-time coverage loss bug thanks Sanghyuk-Choi
  • fix detok at scoring / fix tokenization Subword_nmt + Sentencepiece
  • various small bugs fixed