pull/3889/head
enkilee 10 months ago
parent 6f44ac92c8
commit 4bba47401d

@ -6,6 +6,12 @@ This example contains code used to train a [DiffSinger](https://arxiv.org/abs/21
### Download and Extract
Download Opencpop from it's [Official Website](https://wenet.org.cn/opencpop/download/) and extract it to `~/datasets`. Then the dataset is in the directory `~/datasets/Opencpop`.
### pip install
```shell
pip install huggingface_hub==0.25.2
```
## Get Started
Assume the path to the dataset is `~/datasets/Opencpop`.
Run the command below to

@ -7,6 +7,11 @@
### 下载并解压
从 [官方网站](https://wenet.org.cn/opencpop/download/) 下载数据集
### pip 安装
```shell
pip install huggingface_hub==0.25.2
```
## 开始
假设数据集的路径是 `~/datasets/Opencpop`.
运行下面的命令会进行如下操作:

Loading…
Cancel
Save