RNN CTC by using TensorFlow.
Connectionist Temporal Classification (CTC) by using Recurrent Neural Network (RNN) in TensorFlow.
I suggest you to use Anaconda. For TensorFlow
and python_speech_features
use pip
:
$ activate anaconda_env_name
(anaconda_env_name)$ pip install python_speech_features
(anaconda_env_name)$ pip install --ignore-installed --upgrade tensorflow # without GPU
(anaconda_env_name)$ pip install --ignore-installed --upgrade tensorflow-gpu # with GPU
Run training by using train.py
file.
python train.py
This project is licensed under the terms of the MIT license.