-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this project don't works, bad porject. #24
Comments
I had the same problem I changed it to this:
|
@Chancing0 Thank you so much! OMG you are right!!!
Have you fixed all the problems? May I have your GitHub address if you have? |
@hcchengithub you could see my little porject,,https://github.com/Chancing0/LSTM-Speech-Reconization-Project |
This is the original on pannous' repo: |
while(1):
means that it would never stop ,i have been train for few days ,but just never get finished.
And the code was also wrong in some ways. The train data would be always the initial 64 audios.and train it with while(true), so we'd always training our model with the same initial 64 audios
In face , X,Y=nextbatch should be get inside of the whlie loop,Then each epoch can get the next 64 audio'data to training modle.
The text was updated successfully, but these errors were encountered: