llSourcell / tensorflow_speech_recognition_demo

This is the code for 'How to Make a Simple Tensorflow Speech Recognizer' by @Sirajology on Youtube
383 stars 250 forks source link

Feature shape #6

Open offbit opened 7 years ago

offbit commented 7 years ago

Hi,

just wanted to mention the lstm layer of tflearn accepts features of shape [ batch x time x features_dim ] and in the script they are passed like [batch x features_dim x time ].