WaveFake icon indicating copy to clipboard operation
WaveFake copied to clipboard

Evaluate Raw_net model

Open princess200816 opened this issue 2 years ago • 1 comments

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.

princess200816 avatar Jul 13 '23 03:07 princess200816

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!

amoghp214 avatar Jul 14 '23 01:07 amoghp214