Skip to content
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

Open
Chancing0 opened this issue Sep 15, 2017 · 6 comments
Open

this project don't works, bad porject. #24

Chancing0 opened this issue Sep 15, 2017 · 6 comments

Comments

@Chancing0
Copy link

Chancing0 commented Sep 15, 2017

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.

@rain-1
Copy link

rain-1 commented Nov 21, 2017

I had the same problem

I changed it to this:

for i in range(0, training_iters):

@rain-1
Copy link

rain-1 commented Nov 21, 2017

#14

@rain-1
Copy link

rain-1 commented Nov 21, 2017

#12

@hcchengithub
Copy link

@Chancing0 Thank you so much! OMG you are right!!!

the train data would be always the initial 64 audio.and train it with while(true), what i say , X,Y=nextbatch should be inside of the whlie loop,then each epoch can recive the next 64 audio'data to train

Have you fixed all the problems? May I have your GitHub address if you have?

@Chancing0
Copy link
Author

@hcchengithub you could see my little porject,,https://github.com/Chancing0/LSTM-Speech-Reconization-Project
Hope i could help you.

@hcchengithub
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants