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

Missing .json file and typo on inference code #1

Open
zxxwxyyy opened this issue Nov 12, 2023 · 1 comment
Open

Missing .json file and typo on inference code #1

zxxwxyyy opened this issue Nov 12, 2023 · 1 comment

Comments

@zxxwxyyy
Copy link

Hi team,

Loving the paper – really cool stuff! I'm getting set up to try out the inference code, but I've noticed the .json config file is missing in the checkpoint download. Could you kindly provide it?

Also, a small thing – there could be a typo in the inference script.

python3 separate.py --input-signal /path/to/file.wav --clusters 5 --scheduler 4

The readme says --input-signal, on separate.py suggests it should be --input_signal.

Appreciate your time and help. I look forward to diving into your model!

@genisplaja
Copy link
Collaborator

genisplaja commented Jan 25, 2024

Hello! Sorry for the late reply and thanks for your interest on our work :)

First, in the README you can find a link to download the weights. I am attaching it right here as well. Other than that, you can use the model for inference through compIAM: https://github.com/MTG/compIAM. Weights should be automatically downloaded in this case.

About the typo... actually to execute the code through terminal you cannot use _, but then in the python code, the symbol - cannot be used for variable names, so argument names get the symbol - automatically converted to _. Running it like specified in the README should work... otherwise please let us know!

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