Skip to content

OpenNMT-tf 1.3.0

Compare
Choose a tag to compare
@guillaumekln guillaumekln released this 14 May 16:41
· 1482 commits to master since this release

OpenNMT-tf 1.3.0

New features

  • RNMT+ encoder
  • L1, L2, and L1 L2 regularization penalties (see regularization parameter)
  • Support additional post processing layers in ParallelEncoder:
    • outputs_layer_fn applied on each encoder outputs
    • combined_output_layer_fn applied on the combined output

Fixes and improvements

  • Fix SequenceClassifier "last" encoding for variable length sequences