Real-Time-Voice-Cloning-master
安装
1: github 下载源代码
下载两个文件
pretrained内的文件移到源代码相对的文件内部
2: python 3.7的安装
pip 安装
然后在cmd 运行
python pip -r requirements.txt
安装依赖包
我这里安装的cuda 是10
cnduu 7
安装 torch 我选 择的cuda 10
pip install torch1.2.0 torchvision0.4.0 -f https://download.pytorch.org/whl/torch_stable.html
https://pytorch.org/get-started/previous-versions/
3:运行脚本
到这一步基本完成安装