Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 877 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 877 Bytes

[ICASSP 2025] Voice Conversion for Low-Resource Languages via Knowledge Transfer and Domain-Adversarial Training

Link to paper and pretrained model

Open in Colab

Pre-requisites

  1. Download WavLM-Large and put it under directory 'wavlm/', download checkpoint and put it under directory checkpoint/
  2. Install requirements: pip install -r requirements.txt

Inference :

python3 convert.py --hpfile ./checkpoint/vi_200_10_sr/config.json --ptfile ./checkpoint/vi_200_10_sr/G_266000.pth

References: