We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/mpariente/asteroid/blob/aa3485bc57ef1f21d37cff43fce69cc3c9c94b1c/egs/wham/WaveSplit/wavesplit.py#L143
Wavesplit uses standard convolutions, not separable (separable worked worse).
https://github.com/mpariente/asteroid/blob/aa3485bc57ef1f21d37cff43fce69cc3c9c94b1c/egs/wham/WaveSplit/wavesplit.py#L166
Before the residual stacks there is a single convolution layer with kernel size 4, 512 filters, no dilation, no stride.
The text was updated successfully, but these errors were encountered:
https://github.com/mpariente/asteroid/blob/aa3485bc57ef1f21d37cff43fce69cc3c9c94b1c/egs/wham/WaveSplit/losses.py#L38 Initializing with one-hot works better.
Sorry, something went wrong.
Thanks a lot for the comments @lienz ! We're going to work on it Just linking the PR #70 for visibility.
No branches or pull requests
https://github.com/mpariente/asteroid/blob/aa3485bc57ef1f21d37cff43fce69cc3c9c94b1c/egs/wham/WaveSplit/wavesplit.py#L143
Wavesplit uses standard convolutions, not separable (separable worked worse).
https://github.com/mpariente/asteroid/blob/aa3485bc57ef1f21d37cff43fce69cc3c9c94b1c/egs/wham/WaveSplit/wavesplit.py#L166
Before the residual stacks there is a single convolution layer with kernel size 4, 512 filters, no dilation, no stride.
The text was updated successfully, but these errors were encountered: