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

Can I use shorter training and testing utterances? #27

Open
youyou098888 opened this issue Apr 12, 2024 · 1 comment
Open

Can I use shorter training and testing utterances? #27

youyou098888 opened this issue Apr 12, 2024 · 1 comment

Comments

@youyou098888
Copy link

I notice that both training and testing utterances are 4seconds long and the inference is "the evaluation utterances are first chunked to 4-second segments and processed by the network, with 2-second overlapping between consecutive segments."

If I want to shink the input of the network, Is there any chance I can use them in shorter audio, say 200ms long?
Can I use 4-seconds for training and 200ms for inference?
If not, Can I use 200ms for training and 200ms for inference?

@quancs
Copy link
Member

quancs commented Apr 12, 2024

You can try. But I think 200ms may not be a good choice for training/inference, as context is not enough for the neural network to learn/predict.

I notice that both training and testing utterances are 4seconds long and the inference is "the evaluation utterances are first chunked to 4-second segments and processed by the network, with 2-second overlapping between consecutive segments."

Note: this configuration is for SpatialNet, not for online SpatialNet

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