sync changes (#36)

* decrease layers

* Update README.md

* Update README.md
This commit is contained in:
Stardust·减
2023-09-24 16:41:32 +08:00
committed by GitHub
parent 1532dd85d8
commit 43267b3f63
2 changed files with 7 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
# Bert-VITS2
VITS2 Backbone with bert
## 成熟的旅行者/开拓者/舰长/博士/sensei/猎魔人/喵喵露/V应参阅代码自己学习如何训练。
## 成熟的旅行者/开拓者/舰长/博士/sensei/猎魔人/喵喵露/V应参阅代码自己学习如何训练。
### 严禁将此项目用于一切违反《中华人民共和国宪法》,《中华人民共和国刑法》,《中华人民共和国治安管理处罚法》和《中华人民共和国民法典》之用途。
### 严禁用于任何政治相关用途
### 严禁用于任何政治相关用途
#### Video:https://www.bilibili.com/video/BV1hp4y1K78E
#### Demo:https://www.bilibili.com/video/BV1TF411k78w
## References
@@ -12,3 +12,7 @@ VITS2 Backbone with bert
+ [p0p4k/vits2_pytorch](https://github.com/p0p4k/vits2_pytorch)
+ [svc-develop-team/so-vits-svc](https://github.com/svc-develop-team/so-vits-svc)
+ [PaddlePaddle/PaddleSpeech](https://github.com/PaddlePaddle/PaddleSpeech)
## 感谢所有贡献者作出的努力
<a href="https://github.com/fishaudio/Bert-VITS2/graphs/contributors" target="_blank">
<img src="https://contrib.rocks/image?repo=fishaudio/Bert-VITS2" />
</a>

View File

@@ -763,7 +763,7 @@ class SynthesizerTrn(nn.Module):
gin_channels=256,
use_sdp=True,
n_flow_layer=4,
n_layers_trans_flow=6,
n_layers_trans_flow=4,
flow_share_parameter=False,
use_transformer_flow=True,
**kwargs