-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
The size of tensor a (352768) must match the size of tensor b (352800) at non-singleton dimension 1 #113
Comments
Yeah I'm aware, thanks for the reminder though! I was keen to get it to work in my latest batch of improvements to That's why I didn't announce it in #105 (comment) Will look into it at some point unless someone beats me to it and raises a PR with a fix |
It might be worth reducing the I compared the Roformer model configurations from other repositories, and everywhere this parameter is set to 256. However, in your configuration files, it is set to 801. Additionally, some configurations differ significantly from what I found. |
Yeah, I wasn't able to get this model working as easily as the others just by modifying the config - but if you manage to get it working please raise a PR 😃 |
Hit the same problem but using different model(model_mel_band_roformer_ep_3005_sdr_11.4360.ckpt) |
By the way, I've run into this error too, and turning on the |
@beveradb You have to delete So just updating the configuration file from here should work. Tested on cloud and locally several times Reference: ZFTurbo/Music-Source-Separation-Training#1 (comment) |
Nice one, thanks for the pointer to the fix @Eddycrack864 - I've updated that config file in this repo now and have just tested successfully, so that's it fixed! 🎉 |
Hi, there is a problem with the BS-Roformer-De-Reverb model (deverb_bs_roformer_8_384dim_10depth.ckpt) in version 0.21.0.
When I try to split an audio I get this error:
This error only occurs with that specific model, I tried some files and different overlaps and the error persists.
The text was updated successfully, but these errors were encountered: