ParallelWaveGAN-KaldiFree:纯Pytorch的PWG
Espnet在几年前已经实现过了PWG了,但是还是需要使用kaldi格式的文件作为输入输出,十分不便,博主写了一份使用Pytorch进行数据预处理的代码,直接接入Espnet的PWG,不需要构造Kaldi文件或环境,直接进行PWG训练和推理。
代码地址:
EthanLifeGreat/ParallelWaveGAN-KaldiFree: ParallelWaveGAN with support to torchaudio preprocessing, with no Kaldi env/scripts required.