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

Error: Kernel size can't be greater than actual input size #15

Open
7-qiliu opened this issue Oct 24, 2020 · 1 comment
Open

Error: Kernel size can't be greater than actual input size #15

7-qiliu opened this issue Oct 24, 2020 · 1 comment

Comments

@7-qiliu
Copy link

7-qiliu commented Oct 24, 2020

in inference, if I choose audios with small size (e.g. fold10/7913-3-3-0.wav, fold10/7913-3-1-0.wav), the error will occur:
Kernel size can't be greater than actual input size

How shall I fix the bug?

@ksanjeevan
Copy link
Owner

You'll need to either pad the input with silence, or modify the network (smaller kernel size, or stride, or padding).

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