RUB-SysSec / WaveFake

MIT License
78 stars 12 forks source link

Evaluate Raw_net model #1

Open princess200816 opened 1 year ago

princess200816 commented 1 year ago

Hello,when I ran evaluate_models.py,I have encountered some problems.This was a description: the EER is zero and Thresh in nan! image How can I solve this problem?I'm looking forward to your help.

amoghp214 commented 1 year ago

Hi, I am getting a similar issue. The EER is 0.5 and there is an invalid value while adding:

/home/user1/.pyenv/versions/3.10.12/lib/python3.10/site-packages/scipy/interpolate/_interpolate.py:704: RuntimeWarning: invalid value encountered in add
  y_new = slope*(x_new - x_lo)[:, None] + y_lo
2023-07-14 00:57:01,399 - INFO - /home/user1/datasets/generated_audio/ljspeech_parallel_wavegan:
    EER: 0.5 Thresh: nan

I am also getting an error with the formats: formats: gsm can't encode GSM to 16-bit

I would appreciate any help. Thanks!