Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 604 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 604 Bytes

CycleGan-VC2 with oneflow

Implementation of CycleGan-VC2 with Oneflow.

Non-parallel voice conversion (VC) is a technique for learning the mapping from source to target speech without relying on parallel data. CycleGAN-VC2 is an improved version of CycleGAN-VC incorporating three new techniques: an improved objective (two-step adversarial losses), improved generator (2-1-2D CNN), and improved discriminator (PatchGAN).

Requirement

pip install -r requirements.txt

Train

bash train.sh

Infer

bash infer.sh