Skip to content

OpenNMT-py v1.2.0

Compare
Choose a tag to compare
@francoishernandez francoishernandez released this 17 Aug 15:26
60125c8

Fixes and improvements

  • Support pytorch 1.6 (e813f4d, eaaae6a)
  • Support official torch 1.6 AMP for mixed precision training (2ac1ed0)
  • Flag to override batch_size_multiple in FP16 mode, useful in some memory constrained setups (23e5018)
  • Pass a dict and allow custom options in preprocess/postprocess functions of REST server (41f0c02, 8ec54d2)
  • Allow different tokenization for source and target in REST server (bb2d045, 4659170)
  • Various bug fixes

New features