VOICE CONVERSION USING FEATURE SPECIFIC LOSS FUNCTION BASED SELF-ATTENTIVE GENERATIVE ADVERSARIAL NETWORK FLSGAN-VC
Authors
Sandipan Dhar • Padmanabha Banerjee • Nanda Dulal Jana • Swagatam Das
Samples of CMU Arctic and VCC 2018
- Linux, macOS or Windows
- Python 3
- CPU or NVIDIA GPU + CUDA CuDNN
Download and save in "Data" folder
- Clone this repo:
git clone https://github.com/BlueBlaze6335/FLSGAN-VC.git
cd FLSGAN-VC
- Install all the dependencies by
pip install -r requirements.txt
ipython==8.8.0
librosa==0.9.1
matplotlib==3.4.2
numpy==1.19.5
SoundFile==0.10.3.post1
tensorflow==2.6.0
tensorflow_addons==0.17.0
torch==1.12.0
torchaudio==0.12.0
tqdm==4.42.1
- Training
python train.py
- Testing
python inference.py
Our code is heavily inspired by MelGAN VC.