Skip to content

OpenNMT-py v0.9.2

Compare
Choose a tag to compare
@vince62s vince62s released this 05 Sep 17:02
· 515 commits to master since this release
97ad4c6
  • Switch to Pytorch 1.2
  • Pre/post processing on the translation server (useful for Chinese) Thanks @Zenglinxiao
  • option to remove the FFN layer in AAN + AAN optimization (faster)
  • Coverage loss (per Abisee paper 2017) implementation Thanks @pltrdy
  • Video Captioning task: Thanks @flauted !
  • Token batch at inference
  • Small fixes and add-ons