-
Notifications
You must be signed in to change notification settings - Fork 21
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
Nan errors when trainning #8
Comments
Hi, it's weird and I haven't come across this issue. Could retrain the model using another machine solve it? :) |
I find some problem,maybe you should update the code , as bellow: encoder/audio.py:171: dBFS_change = target_dBFS - 10 * np.log10(np.mean(wav ** 2)+1e-8) |
However, there is another new problem! 2022-05-20 20:32:54,063 (train:512) INFO: (Steps: 3000) train/embed_loss = 0.0153. |
I'm facing the same situation as you, wondering if you have solved it. Thanks. |
Hello, I met the following problems in the training, as follow:
2022-05-12 14:56:20,955 (train:487) INFO: (Steps: 1000) train/embed_loss = nan.
2022-05-12 14:56:20,955 (train:487) INFO: (Steps: 1000) train/spk_similariy = nan.
2022-05-12 14:56:20,955 (train:487) INFO: (Steps: 1000) train/spectral_convergence_loss = nan.
2022-05-12 14:56:20,955 (train:487) INFO: (Steps: 1000) train/log_stft_magnitude_loss = nan.
2022-05-12 14:56:20,956 (train:487) INFO: (Steps: 1000) train/generator_loss = nan.
Do you have any proposals for me?
Thx!
The text was updated successfully, but these errors were encountered: