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

after shuffle buffer filled, the training seems stopped #26

Closed
klauspa opened this issue Feb 25, 2019 · 2 comments
Closed

after shuffle buffer filled, the training seems stopped #26

klauspa opened this issue Feb 25, 2019 · 2 comments

Comments

@klauspa
Copy link

klauspa commented Feb 25, 2019

I train the wavegan model using a single 1080Ti Nvidia Graphic card, 12 GB memory, After the screen shows shuffle buffer filled, the training seems stopped. It just stuck there for more than forty hours.

@pankajbadatia
Copy link

Its not stopped. check your gpu utilization.
(1) tensorboard --logdir=./train
use this for looking the training steps in tensorboard.
(2) Incase the length of wav file is not (16384, 32768, or 65536) use --data_first_slice and --data_pad_end as a true flag while training .

@pankajbadatia
Copy link

close this issue incase your problems has solved.

@klauspa klauspa closed this as completed Mar 5, 2019
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

2 participants