You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: