Original code: https://github.com/seanwood/gcc-nmf Original paper: https://www.gel.usherbrooke.ca/rouat/publications/IEEE_ACMTrGCCNMFWoodRouat2017.pdf
- Hyper-parameter search
pip install -r requirements.txt
Make sure you are using pytorch-nightly (version 1.0 alpha). This has the CTC_Loss loss function we need.
Create a mix.wav
file at 8khz at the root of the repository and launch the script:
python bss/bss.py
This will separate the mixed audio file into two separated audio files.
For any question please contact me at [email protected]