You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: