sync changes (#36)
* decrease layers * Update README.md * Update README.md
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
# Bert-VITS2
|
# Bert-VITS2
|
||||||
|
|
||||||
VITS2 Backbone with bert
|
VITS2 Backbone with bert
|
||||||
## 成熟的旅行者/开拓者/舰长/博士/sensei/猎魔人/喵喵露/V应该参阅代码自己学习如何训练。
|
## 成熟的旅行者/开拓者/舰长/博士/sensei/猎魔人/喵喵露/V应当参阅代码自己学习如何训练。
|
||||||
### 严禁将此项目用于一切违反《中华人民共和国宪法》,《中华人民共和国刑法》,《中华人民共和国治安管理处罚法》和《中华人民共和国民法典》之用途。
|
### 严禁将此项目用于一切违反《中华人民共和国宪法》,《中华人民共和国刑法》,《中华人民共和国治安管理处罚法》和《中华人民共和国民法典》之用途。
|
||||||
### 严禁用于任何政治相关用途
|
### 严禁用于任何政治相关用途。
|
||||||
#### Video:https://www.bilibili.com/video/BV1hp4y1K78E
|
#### Video:https://www.bilibili.com/video/BV1hp4y1K78E
|
||||||
#### Demo:https://www.bilibili.com/video/BV1TF411k78w
|
#### Demo:https://www.bilibili.com/video/BV1TF411k78w
|
||||||
## References
|
## References
|
||||||
@@ -12,3 +12,7 @@ VITS2 Backbone with bert
|
|||||||
+ [p0p4k/vits2_pytorch](https://github.com/p0p4k/vits2_pytorch)
|
+ [p0p4k/vits2_pytorch](https://github.com/p0p4k/vits2_pytorch)
|
||||||
+ [svc-develop-team/so-vits-svc](https://github.com/svc-develop-team/so-vits-svc)
|
+ [svc-develop-team/so-vits-svc](https://github.com/svc-develop-team/so-vits-svc)
|
||||||
+ [PaddlePaddle/PaddleSpeech](https://github.com/PaddlePaddle/PaddleSpeech)
|
+ [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>
|
||||||
|
|||||||
@@ -763,7 +763,7 @@ class SynthesizerTrn(nn.Module):
|
|||||||
gin_channels=256,
|
gin_channels=256,
|
||||||
use_sdp=True,
|
use_sdp=True,
|
||||||
n_flow_layer=4,
|
n_flow_layer=4,
|
||||||
n_layers_trans_flow=6,
|
n_layers_trans_flow=4,
|
||||||
flow_share_parameter=False,
|
flow_share_parameter=False,
|
||||||
use_transformer_flow=True,
|
use_transformer_flow=True,
|
||||||
**kwargs
|
**kwargs
|
||||||
|
|||||||
Reference in New Issue
Block a user