liusongxiang / StarGAN-Voice-Conversion

This is a pytorch implementation of the paper: StarGAN-VC: Non-parallel many-to-many voice conversion with star generative adversarial networks
https://arxiv.org/abs/1806.02169
513 stars 93 forks source link

About how to run this repo #1

Closed MorganCZY closed 5 years ago

MorganCZY commented 6 years ago

Hi, I want to know what should be put into the path "./mc/train" appeared in the file "data_loader.py". Besides, could you tell me what files need to be run and the specific order of running these files?

liusongxiang commented 6 years ago

@MorganCZY Hi, Sorry for the late reply. Recently I am stuck with some university things. mc stands for Mel Cepstral Coefficient. Please see the updated readme and the python srcs, where I made the code more readable.

Thx!