Skip to content
#

kaldi

Here are 161 public repositories matching this topic...

pytorch-kaldi

pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.

  • Updated Mar 15, 2021
  • Python
pzelasko
pzelasko commented Mar 20, 2021

Although Lhotse does not enforce immutability for manifest objects, it (almost?) always treats them as if they were immutable. In many places, we have this idiom e.g. fastcopy(cut, features=Features(...)) to create a modified version of an object without actually modifying it. I think it makes sense to add a method .copy_with(**kwargs) to such classes, so it's a bit more convenient to use (doe

Improve this page

Add a description, image, and links to the kaldi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kaldi topic, visit your repo's landing page and select "manage topics."

Learn more