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

batch_size #39

Open
fncode246 opened this issue Apr 16, 2021 · 1 comment
Open

batch_size #39

fncode246 opened this issue Apr 16, 2021 · 1 comment

Comments

@fncode246
Copy link

according to table, the batch_size is 3. But what is the segment of each waveform during training? (Is it 3 sec, in this condition what is batch_size?)
according to default batch_size in train.py code that is 128 , which value is batch_size ?

Thanks a lot.

@JnveLee
Copy link

JnveLee commented Mar 11, 2022

That's also my question.Via reading the origin paper, wavform is shaped into the type of 4s and 8khz. And they prepare 10 hours train-set and 5 hours test-set. That's so large.If we use batchsize 3,it means that the training will cost us 3000 times literation for one epoch ,which is too slow.By the way , the paper author seems to train the model for 30 hours.

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