domerin0 / rnn-speech

Character level speech recognizer using ctc loss with deep rnns in TensorFlow.
MIT License
77 stars 31 forks source link

Remove thread locking #38

Closed AMairesse closed 7 years ago

AMairesse commented 7 years ago

Remove thread locking by avoiding to reuse the same instance of AudioProcessor class Remove the need for an instance of AudioProcessor in DataProcessor