vgene / TensorFlow-ASR-For-Jetson

TensorFlow Speech Recognition using LSTMs and ConvNets to realize high performance inference on NVIDIA Jetson (TX1)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dataset: LibriSpeech Training using train-100h

Highlight:

  • Using TensorFlow CudnnLSTM to train LSTMs, using warpctc-tensorflow to do ctc_loss calculation(optional).
  • Simplify model to enable high performance inference on Jetson TX1

About

TensorFlow Speech Recognition using LSTMs and ConvNets to realize high performance inference on NVIDIA Jetson (TX1)

License:MIT License


Languages

Language:Python 100.0%