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

Training time using libri2mix #66

Open
spikeeSakshu opened this issue Apr 20, 2022 · 1 comment
Open

Training time using libri2mix #66

spikeeSakshu opened this issue Apr 20, 2022 · 1 comment

Comments

@spikeeSakshu
Copy link

Hey,

Actually I was trying to train the svoice model using the libri2mix data (sample_rate = 16000) and total samples present are around 13900 on a multi-gpu (4xK80) setup using ddp=1. But the training time for each epoch is fairly high over 6hours per epoch. So just wanted to check in is it expected or something is going wrong here.

Thank you.

@adiyoss
Copy link
Contributor

adiyoss commented Jun 13, 2022

Hi @spikeeSakshu,
It depends on the segment size and stride you use in the config file.
You can try to use bigger strides / smaller segments.
Generally speaking you can look at the runtime per sample and not per epoch as the number of examples per epoch can vary.

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