Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
VITS_pytorch
Commits
e2f77f54
Commit
e2f77f54
authored
Nov 18, 2024
by
dcuai
Browse files
Update README.md
parent
32f374c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
README.md
README.md
+9
-5
No files found.
README.md
View file @
e2f77f54
...
@@ -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
暂无
## 应用场景
## 应用场景
### 算法类别
### 算法类别
语音合成
语音合成
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment