llSourcell / tensorflow_speech_recognition_demo

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

Replace infinite while with for loop #14

Closed MatthewScholefield closed 5 years ago

MatthewScholefield commented 7 years ago

This fixes #12

MatthewScholefield commented 6 years ago

@llSourcell Ping

hcchengithub commented 6 years ago

This pull-request should be rejected. Close but incorrect.

MatthewScholefield commented 6 years ago

@hcchengithub You could give a reason so that it could be changed.

Perhaps your talking about how it still does 10 epochs per iteration and you were thinking it'd make more sense to just put n_epoch=training_iters.

MatthewScholefield commented 5 years ago

Closing due to lack of response.