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

TypeError in Speech_data.py: maybe_download takes 2 arguments but only one is passed #18

Open UmairPar opened 6 years ago

UmairPar commented 6 years ago

Note: I am new to python and machine learning so I maybe missing an obvious issue.

I am getting an error in file "speech_data.py" TypeError: maybe_download() takes exactly 2 arguments (1 given)

Can someone explain to me why there is only one argument being passed into maybe_download when it is defined with two parameters? If the argument being passed is multivariate, then how do I address the error that I am being given?

toseef-ahmd commented 6 years ago

you may refer to #10