Commit e2f77f54 authored by dcuai's avatar dcuai
Browse files

Update README.md

parent 32f374c9
...@@ -56,10 +56,7 @@ cd monotonic_align ...@@ -56,10 +56,7 @@ cd monotonic_align
python setup.py build_ext --inplace python setup.py build_ext --inplace
``` ```
## 训练 ## 数据集
### 数据集下载与处理
- 训练任务采用 LJ Speech-1.1 数据集,下载地址:https://data.keithito.com/data/speech/LJSpeech-1.1.tar.bz2 - 训练任务采用 LJ Speech-1.1 数据集,下载地址:https://data.keithito.com/data/speech/LJSpeech-1.1.tar.bz2
- 下载完成后,在 vits 文件夹下创建连接: - 下载完成后,在 vits 文件夹下创建连接:
...@@ -68,6 +65,10 @@ python setup.py build_ext --inplace ...@@ -68,6 +65,10 @@ python setup.py build_ext --inplace
ln -s /path/to/LJSpeech-1.1/wavs DUMMY1 ln -s /path/to/LJSpeech-1.1/wavs DUMMY1
``` ```
## 训练
### 代码修改 ### 代码修改
- STFT: - STFT:
...@@ -96,7 +97,10 @@ bash run_multi.sh ...@@ -96,7 +97,10 @@ bash run_multi.sh
``` ```
rm -rf DUMMY1/*.pt rm -rf DUMMY1/*.pt
``` ```
## 推理
暂无
## result
暂无
## 应用场景 ## 应用场景
### 算法类别 ### 算法类别
语音合成 语音合成
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment