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

Total number of steps while training #4

Open SharhadBashar opened 7 years ago

SharhadBashar commented 7 years ago

What is the total number of training steps?

lauleehong commented 7 years ago

refer to demo.py, line 7 training_iters = 300000 # steps

In short, its 300k.