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

long dataset need more video memory? #21

Closed
daxiangpanda opened this issue Dec 16, 2019 · 4 comments
Closed

long dataset need more video memory? #21

daxiangpanda opened this issue Dec 16, 2019 · 4 comments

Comments

@daxiangpanda
Copy link

train this model with a longer dataset(10s to 20s per audio).I noticed that batch size is smaller than when I trained with LJSpeech dataset.

@rafaelvalle
Copy link
Contributor

You can use longer files but you will need to decrease the batch size.
For each batch, the data loader zero pads the data in that batch to the length of the longest sample.

@daxiangpanda
Copy link
Author

I train this model with a p40 GPU with my own dataset.

@rafaelvalle
Copy link
Contributor

Adjust the batch size to fit your memory availability.

@daxiangpanda
Copy link
Author

thx

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