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

No longer working out of nowhere #473

Open
Googzie opened this issue Mar 30, 2023 · 2 comments · May be fixed by #1311
Open

No longer working out of nowhere #473

Googzie opened this issue Mar 30, 2023 · 2 comments · May be fixed by #1311

Comments

@Googzie
Copy link

Googzie commented Mar 30, 2023

I use it almost every day without messing on anything i don't know, so i only go between the separated and tracks folders, but suddenly it stopped working with any model i used, and it's giving the message:

loading model... done
stft of wave source... Traceback (most recent call last):
File "/content/drive/MyDrive/VocalRemover5-COLAB_arch/main.py", line 307, in
main()
File "/content/drive/MyDrive/VocalRemover5-COLAB_arch/main.py", line 293, in main
multi_file(useModel, args.input)
File "/content/drive/MyDrive/VocalRemover5-COLAB_arch/main.py", line 244, in multi_file
process.inference()
File "/content/drive/MyDrive/VocalRemover5-COLAB_arch/main.py", line 94, in inference
X_spec_m, input_high_end_h, input_high_end = spec_utils.loadWave(self.input, mp, hep=self.hep)
File "/content/drive/MyDrive/VocalRemover5-COLAB_arch/lib/spec_utils.py", line 14, in loadWave
X_wave[bands_n+1], _ = librosa.load(
TypeError: load() takes 1 positional argument but 3 positional arguments (and 2 keyword-only arguments) were given

How do I fix it?

@Anjok07
Copy link
Owner

Anjok07 commented Apr 7, 2023

I do not provide support for the Colab version since I did not write it.

@upright2003
Copy link

There is a problem with the librosa library version, just reinstall the old one, and run the following two lines to test it out
!pip uninstall librosa -y
!pip install librosa==0.8.1

@evezers evezers linked a pull request Apr 27, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

3 participants