descriptinc / cargan

Official repository for the paper "Chunked Autoregressive GAN for Conditional Waveform Synthesis"
https://maxrmorrison.com/sites/cargan
MIT License
188 stars 29 forks source link

Pitch Losses #13

Closed Whyki closed 2 years ago

Whyki commented 2 years ago

Hello, first of all thanks for sharing your work results and all the implementation.

I had noticed that the code implements PitchLoss term, but it is not used in any of the configs and you don't mention it in the article. Also I have seen that you implemented the PitchDiscriminator, but I had not noticed any results from using it.

Would you mind commenting on the results of using pitch as part of vocoder loss?

maxrmorrison commented 2 years ago

The experiments we performed using those tools are not in the main text, but Appendix B. So hopefully that appendix has what you need.

Whyki commented 2 years ago

I completely missed that... Thank you!