Skip to content

OpenNMT-tf 2.8.1

Compare
Choose a tag to compare
@guillaumekln guillaumekln released this 24 Mar 12:45
· 366 commits to master since this release

Fixes and improvements

  • Disable dropout in layers that are frozen by the freeze_layers parameter
  • Fix batch size autotuning that ignored the mixed precision flag
  • Fix sparse gradients that were unnecessarily converted to dense gradients in mixed precision training
  • Only compute the gradients global norm every save_summary_steps steps to save a few computation during training
  • Simplify some ops in the inference graph