An open API service indexing awesome lists of open source software.

https://github.com/wybxc/python-vc

人工智能引论变声项目
https://github.com/wybxc/python-vc

deep-learning learn vc

Last synced: about 1 year ago
JSON representation

人工智能引论变声项目

Awesome Lists containing this project

README

          

# 语音风格迁移

## 环境配置

```
conda env create -f env.yml
```

## 预训练模型

预训练模型:https://disk.pku.edu.cn:443/link/3918C5E06E1EA395307FD3DE5E79313F

预训练模型解压后和 `pre_trained` 文件夹合并即可。

## 运行

```
python main.py
```