sp-uhh / sgmse

Score-based Generative Models (Diffusion Models) for Speech Enhancement and Dereverberation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why i got Nan when i train the ncsnpp?

manmushanhe opened this issue · comments

I change the nfft to 510, and backbone to ncsnpp, but i got nan in the training. Could you help me ?

I change the nfft to 510, and backbone to ncsnpp, but i got nan in the training. Could you help me ?

I have the same problem. Have you solved it?

I change the nfft to 510, and backbone to ncsnpp, but i got nan in the training. Could you help me ?

I have the same problem. Have you solved it?

No, I didn't train successfully

We have never encountered a problem like this before. Maybe it has something to do with the internal precision of matrix multiplications in PyTorch.

In any case, we have just updated the code to PyTorch 2.X and Lightning 2.X to ensure support for newer GPUs. Try running the code again after you have created a virtual environment with the new requirements.