louiskirsch / speechT

An opensource speech-to-text software written in tensorflow
Apache License 2.0
157 stars 36 forks source link

Is this support LSTM model? #17

Closed jkaewprateep closed 6 years ago

jkaewprateep commented 7 years ago

Is this support LSTM model? Please guide.

Thanks

jkaewprateep commented 6 years ago

I need to change the network type to LSTM but once I do it it return that input is not sequential, please help

louiskirsch commented 6 years ago

This is an implementation of a CNN-based speech recognition (https://arxiv.org/abs/1609.03193) and does not require LSTMs