FastPitchFormant icon indicating copy to clipboard operation
FastPitchFormant copied to clipboard

PyTorch Implementation of NCSOFT's FastPitchFormant: Source-filter based Decomposed Modeling for Speech Synthesis

Results 1 FastPitchFormant issues
Sort by recently updated
recently updated
newest added

good job! I do some experiments based on your repo, however the result doesn't match the paper described: `mel_fc1 = f_mel+e_mel`,here's the outputs ![f_mel](https://user-images.githubusercontent.com/10028814/229020460-d522e841-62f0-49df-adcf-efaf204e9e95.png) ![e_mel](https://user-images.githubusercontent.com/10028814/229020499-df9fcfe8-0f0c-4359-96c7-418ccce5e995.png) ![add](https://user-images.githubusercontent.com/10028814/229020518-e42aa80c-31ed-4cdd-996a-1dd0ced972e7.png) from top to down...