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

fix the error of oom when synthesis and remove the dependency of deepvoice3 #51

Closed
wants to merge 3 commits into from
Closed

Conversation

azraelkuan
Copy link
Contributor

fix the error of oom when synthesis and remove the dependency of deepvoice3

@azraelkuan azraelkuan closed this Apr 19, 2018
@r9y9
Copy link
Owner

r9y9 commented Apr 27, 2018

As I mentioned in #37 (comment), I'm still not sure why OOM happens, but others look nice! I would be happy to accept your PR if you are okay.

@azraelkuan
Copy link
Contributor Author

ok, i will re-test the sample process

@butterl
Copy link

butterl commented Apr 27, 2018

Using pretrained model and the training npy data, The only GPU run is slow (10-13it/s ) and it gose down to 1-2 it/s and gives OOM message, with @azraelkuan 's branch, the evaluation speed from my case(6GB GTX1060TI and 12 core CPU) gose to 70-80it/s when changing to torch.set_num_threads(8),and all OOM disapeared

@azraelkuan
Copy link
Contributor Author

the oom probelm may like this:https://discuss.pytorch.org/t/cuda-memory-continuously-increases-when-net-images-called-in-every-iteration/501/6
in my computer, the speed is like this:
1 cpu 70it/s
2 cpu 85it/s
3 cpu 105it/s
4 cpu almost the same with 3 cpu so i set it default to 4

i am working on the paralle wavenet, may codes are different from the master, so i will make new a branch for PR

@r9y9
Copy link
Owner

r9y9 commented Apr 27, 2018

Thanks! The link you provided is very helpful.

i am working on the paralle wavenet,

You are going ahead from me :)

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

Successfully merging this pull request may close these issues.

3 participants