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

Spleeter 4 stem model #5

Open
thatcherclough opened this issue Apr 23, 2024 · 1 comment
Open

Spleeter 4 stem model #5

thatcherclough opened this issue Apr 23, 2024 · 1 comment

Comments

@thatcherclough
Copy link

Hey!
First off, amazing work. I was able to get a version of the 2 stem ml model working.

I'm wondering if you ever got a 4 stem version of the pytorch implementation working?
I tried using the 4 stem model with 4 instruments, but it just produces garbage.

Did you ever get this working? Do you have any pointers on how to get this working?

@lovesunstar
Copy link

Hello, thatcherclough.
4stems can be converted into a Core ML model and work correctly;

I have already tried successfully.
Although there might be a few minor flaws, you can still distinguish the drums, bass, piano, and vocals.

To convert 4stems, you should refer to spleeter 4stems config to update your up_block/down_block in unet.py , note that 4stems use nn.ELU conv_activation

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