Update README.md

This commit is contained in:
Miuzarte 2023-03-24 13:42:38 +08:00
parent 75522a6ede
commit a0f7a031cb
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -75,13 +75,13 @@ dataset_raw
## 🛠️ 数据预处理
1. 重采样至 44100hz
1. 重采样至44100Hz单声道
```shell
python resample.py
```
2. 自动划分训练集 验证集 测试集 以及自动生成配置文件
2. 自动划分训练集、验证集,以及自动生成配置文件
```shell
python preprocess_flist_config.py