Real-Time-Voice-Cloning-master

Real-Time-Voice-Cloning-master
安装

1: github 下载源代码

Real-Time-Voice-Cloning-master_第1张图片

在这里插入图片描述
下载两个文件
Real-Time-Voice-Cloning-master_第2张图片
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:运行脚本

Real-Time-Voice-Cloning-master_第3张图片

到这一步基本完成安装

你可能感兴趣的:(Real-Time-Voice-Cloning-master)