Skip to content

NVIDIA Neural Modules 1.15.0

Compare
Choose a tag to compare
@ericharper ericharper released this 02 Feb 00:49
· 2773 commits to main since this release
8c785ec

Highlights

NeMo ASR

  • HybridTransducer-CTC ASR
  • Greedy timestamp decoding with inference script
  • MHA adapters
  • Conformer local attention (longformer)
  • High level beam search API
  • Multiblank transducer
  • Multi-channel audio processing model
  • AIstore for ASR datasets

NeMo Megatron

  • ALiBi position embeddings support for T5

NeMo TTS

  • Chinese TTS pipeline with polyphone disambiguation

NeMo Core

  • Optimizer based EMA
  • MLFlow logger support

Models

  • stt_eo_conformer_ctc_large (HF, NGC) Esperanto ASR model.
  • stt_eo_conformer_transducer_large (HF, NGC) Esperanto ASR model.

Detailed Changelogs

Container

For additional information regarding NeMo containers, please visit: https://catalog.ngc.nvidia.com/orgs/nvidia/containers/nemo

docker pull nvcr.io/nvidia/nemo:22.12

ASR

Changelog

TTS

Changelog
  • Add support for MHA adapters to ASR by @titu1994 :: PR: #5396
  • [TTS] fix ranges of char set for accented letters. by @XuesongYang :: PR: #5607
  • [TTS] add type hints and change varialbe names for tokenizers and g2p by @XuesongYang :: PR: #5602
  • Fixed RadTTS unit test by @borisfom :: PR: #5572
  • [TTS][ZH] Disambiguate polyphones with augmented dict and Jieba segmenter for Chinese FastPitch by @yuekaizhang :: PR: #5541
  • Add duration padding support for RADTTS inference by @kevjshih :: PR: #5650
  • [TTS] add tts dict cust notebook by @ekmb :: PR: #5662
  • [TN/TTS docs] TN customization, g2p docs moved to tts by @ekmb :: PR: #5683
  • typo and link fixed by @ekmb :: PR: #5741
  • link fixed by @ekmb :: PR: #5745
  • Update Tacotron2 NGC checkpoint load to latest version by @redoctopus :: PR: #5760
  • Docs g2p update by @ekmb :: PR: #5769
  • [TTS][ZH] bugfix import jieba errors. by @XuesongYang :: PR: #5776

NLP / NMT

Changelog

Export

Changelog
  • Add keep_initializers_as_inputs to _export method by @pks :: PR: #5731
  • Megatron export triton update by @Davood-M :: PR: #5766

General Improvements

Changelog