이준혁(Junhyeok Lee)
이준혁(Junhyeok Lee)
I simply updated configs as https://github.com/ivanvovk/WaveGrad/issues/22#issue-938334999.
Hi! My name is Junhyeok Lee and I appreciate your works! Maybe I found a slight mistake in your config file. https://github.com/ivanvovk/WaveGrad/blob/721c37c216132a2ef0a16adc38439f993998e0b7/configs/default.json#L6-L12 In Wavegrad Appendix A, they mentioned "The dilation...
Simpler solution for clipping. Clip noise https://github.com/ming024/FastSpeech2/issues/73#issue-916122995 is caused by multiplying 2^15(half of int16), while int16's range is [-2^15, 2^15-1], it caused during abs max value is positive. This commit...
mindslab-ai -> maum-ai in README
Thank you for great research! I just remove some repeated ops in implementation to reduce training time. - Remove repeated PQMF filtering in `Avocodo` - Define `pqmf_list` as a `nn.ModuleList`...