OpenSeq2Seq

OpenSeq2Seq is a TensorFlow-based toolkit for sequence-to-sequence models:

Main features:

  • modular architecture that allows assembling of new models from available components
  • support for mixed-precision training, that utilizes Tensor Cores in NVIDIA Volta/Turing GPUs
  • fast Horovod-based distributed training supporting both multi-GPU and multi-node modes

To install this toolkit, look at installation instructions. Next go to in-depth tutorials section. You can also find some useful information in the mixed precision and distributed training sections.

Reference:

Disclaimer: This is a research project, not an official product by NVIDIA.