maum-ai / nuwave2

NU-Wave 2: A General Neural Audio Upsampling Model for Various Sampling Rates @ INTERSPEECH 2022
https://mindslab-ai.github.io/nuwave2
BSD 3-Clause "New" or "Revised" License
278 stars 21 forks source link

What version of numpy/python are you using #19

Open WyrmSpear opened 8 months ago

WyrmSpear commented 8 months ago

I installed the git, created an venv, activated it, dl'd the dataset, removed the speakers, oriented the yaml and when I go to run the flac2wav conversions, I get the error that numpy doesnt support the complex term. I am assuming this is a change with the python version or numpy version.

WyrmSpear commented 8 months ago

Screenshot_20240222_092707

Rondore commented 7 months ago

I ran into the same issue. I downgraded numpy to 1.23.5 to get rid of that error.