pickou / tensorflow_CTC_example

A short example of training a bidirectional LSTM model with connectionist temporal classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tensorflow_CTC_example

A short example of training a bidirectional LSTM model with connectionist temporal classification

bdlstm_train.py trains a model on the TIMIT training data set; assumes appropriately formatted inputs

bdlstm_train_sample.py trains a model on the 8-sample toy data set in the "sample_data" directory

Assumes TensorFlow version 1.0.0

About

A short example of training a bidirectional LSTM model with connectionist temporal classification


Languages

Language:Python 100.0%