You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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_set
above. 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?
The text was updated successfully, but these errors were encountered: