Skip to content

Latest commit

 

History

History

CycleGAN-VC2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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