The Wayback Machine - https://web.archive.org/web/20200715120208/https://github.com/topics/timit
Skip to content
#

timit

Here are 29 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 Jun 11, 2020
  • Python

The SpeechBrain project aims to build a novel speech toolkit fully based on PyTorch. With SpeechBrain users can easily create speech processing systems, ranging from speech recognition (both HMM/DNN and end-to-end), speaker recognition, speech enhancement, speech separation, multi-microphone speech processing, and many others.

  • Updated Jul 14, 2020
  • CSS

Official implementation of the S3PRL toolkit: self-supervised pre-training of Mockingjay, TERA, AALBERT, APC, and more to come. With easy-to-use standard downstream evaluation scripts including phone classification, speaker recognition, and ASR. (All in Pytorch)

  • Updated Jul 14, 2020
  • Python
thethiny
thethiny commented Jun 16, 2019

An error is thrown on version 1.4.x
`In file included from src/operator/contrib/rnnt_loss.cc:27:0:
src/operator/contrib/./rnnt_loss-inl.h: In member function 'virtual bool mxnet::op::RNNTLossProp::InferShape(std::vectormxnet::TShape, std::vectormxnet::TShape, std::vectormxnet::TShape*) const':
src/operator/contrib/./rnnt_loss-inl.h:230:20: error: no matching function for call to 'mxnet

This code implements a basic MLP for speech recognition. The MLP is trained with pytorch, while feature extraction, alignments, and decoding are performed with Kaldi. The current implementation supports dropout and batch normalization. An example for phoneme recognition using the standard TIMIT dataset is provided.

  • Updated Feb 10, 2018
  • Perl

A Simple Automatic Speech Recognition (ASR) Model in Tensorflow, which only needs to focus on Deep Neural Network. It's easy to test popular cells (most are LSTM and its variants) and models (unidirectioanl RNN, bidirectional RNN, ResNet and so on). Moreover, you are welcome to play with self-defined cells or models.

  • Updated Jan 18, 2018
  • Python

Improve this page

Add a description, image, and links to the timit 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 timit topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.