azraelkuan / repgan

RepVgg + HiFiGAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Start

About RepGAN

This is a combine of RepVgg and HiFiGAN, which can fuse the MRF Block in the HiFiGAN. U can check the samples in samples

Important, it can speed up HiFiGAN_v1 about 2x times using one cpu, and with other tricks like MultiBand, ISTFTNet, IDWT, u can speed up to 4x times.

For example: HiFiGAN use 3, 7, 11 as the kernel sizes in the ResnetBlock, and using RepGAN, we only have one kernel size 11

Train

u can use the official HiFiGAN or ParallelWaveGAN and replace the model using this.

About

RepVgg + HiFiGAN


Languages

Language:Python 100.0%