You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if they intention is to keep the branches for previous years up-to-date or not but I found an issue while trying to setup and train the baseline model for INTERSPEECH2020.
In the current version of librosa 0.10 there is only one positional argument, the input audio vector, in the resample function argument list. There are a few places in the synthesis scripts where the resample function is called with all positional arguments and those calls now error out.
I don't know if they intention is to keep the branches for previous years up-to-date or not but I found an issue while trying to setup and train the baseline model for INTERSPEECH2020.
In the current version of librosa 0.10 there is only one positional argument, the input audio vector, in the resample function argument list. There are a few places in the synthesis scripts where the resample function is called with all positional arguments and those calls now error out.
DNS-Challenge/noisyspeech_synthesizer_singleprocess.py
Line 71 in 70f1928
DNS-Challenge/noisyspeech_synthesizer_multiprocessing.py
Line 77 in 70f1928
DNS-Challenge/audiolib.py
Line 268 in 70f1928
The text was updated successfully, but these errors were encountered: