Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

ugnelis/tensorflow-rnn-ctc

Folders and files

NameName
Last commit message
Last commit date
Sep 28, 2017
May 1, 2019
Oct 11, 2017
Oct 12, 2017
Oct 2, 2017
Oct 2, 2017
May 1, 2019
Oct 21, 2017
May 1, 2019
Jan 29, 2018
Oct 10, 2017

Repository files navigation

TensorFlow RNN CTC Build Status

Connectionist Temporal Classification (CTC) by using Recurrent Neural Network (RNN) in TensorFlow.

Requirements

  • Python 2.7+ (for Linux)
  • Python 3.5+ (for Windows)
  • TensorFlow 1.12.1+
  • NumPy 1.5+
  • SciPy 0.12+
  • python_speech_features 0.1+

Installation

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

Training

Run training by using train.py file.

python train.py

License

This project is licensed under the terms of the MIT license.