https://github.com/wybxc/python-vc
人工智能引论变声项目
https://github.com/wybxc/python-vc
deep-learning learn vc
Last synced: about 1 year ago
JSON representation
人工智能引论变声项目
- Host: GitHub
- URL: https://github.com/wybxc/python-vc
- Owner: Wybxc
- License: mit
- Created: 2022-05-26T07:13:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T01:54:25.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T17:41:29.929Z (about 1 year ago)
- Topics: deep-learning, learn, vc
- Language: Python
- Homepage:
- Size: 95.7 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```