gemelo-ai / vocos

Vocos: Closing the gap between time-domain and Fourier-based neural vocoders for high-quality audio synthesis
https://gemelo-ai.github.io/vocos/
MIT License
827 stars 95 forks source link

Debug in vscode #45

Open sankar-mukherjee opened 9 months ago

sankar-mukherjee commented 9 months ago

Can't debug in vscode. I put breakpoints in feature extractor. Not stopping in the breakpoints inside code during training. . Tried with pdb still doesn't work. Any ideas how to do this? Or is this a problem of lightning? Can't find any documentation there.

Any help is appreciated.