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

output padding must be smaller than either stride or dilation #7

Open
jvel07 opened this issue May 9, 2022 · 1 comment
Open

output padding must be smaller than either stride or dilation #7

jvel07 opened this issue May 9, 2022 · 1 comment

Comments

@jvel07
Copy link

jvel07 commented May 9, 2022

Hi, congrats on the repo! I am trying to use it with the following dataset (as I don't have access to wsj):

train_set, val_set = LibriMix.mini_from_download(task='sep_clean')

I replace the dataset in DataLoader() with the train_setabove. When training the network I have the following error:

RuntimeError: output padding must be smaller than either stride or dilation, but got output_padding_height: 0 output_padding_width: 8000 stride_height: 1 stride_width: 10 dilation_height: 1 dilation_width: 1

Is this due to the librimix dataset?

@wangkenpu
Copy link
Owner

Sorry for the late reply. For this repo, the waveform sample rate should be 8k. Did you check your data's sample rate?

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