Update README.md
This commit is contained in:
parent
75522a6ede
commit
a0f7a031cb
|
@ -75,13 +75,13 @@ dataset_raw
|
|||
|
||||
## 🛠️ Preprocessing
|
||||
|
||||
1. Resample to 44100hz
|
||||
1. Resample to 44100Hz and mono
|
||||
|
||||
```shell
|
||||
python resample.py
|
||||
```
|
||||
|
||||
2. Automatically split the dataset into training, validation, and test sets, and generate configuration files
|
||||
2. Automatically split the dataset into training and validation sets, and generate configuration files
|
||||
|
||||
```shell
|
||||
python preprocess_flist_config.py
|
||||
|
|
|
@ -75,13 +75,13 @@ dataset_raw
|
|||
|
||||
## 🛠️ 数据预处理
|
||||
|
||||
1. 重采样至 44100hz
|
||||
1. 重采样至44100Hz单声道
|
||||
|
||||
```shell
|
||||
python resample.py
|
||||
```
|
||||
|
||||
2. 自动划分训练集 验证集 测试集 以及自动生成配置文件
|
||||
2. 自动划分训练集、验证集,以及自动生成配置文件
|
||||
|
||||
```shell
|
||||
python preprocess_flist_config.py
|
||||
|
|
Loading…
Reference in New Issue