From 43267b3f6322b2a2c39388d505977bec3ad19f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stardust=C2=B7=E5=87=8F?= Date: Sun, 24 Sep 2023 16:41:32 +0800 Subject: [PATCH] sync changes (#36) * decrease layers * Update README.md * Update README.md --- README.md | 8 ++++++-- models.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 12c7697..79a360a 100644 --- a/README.md +++ b/README.md @@ -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) +## 感谢所有贡献者作出的努力 + + + diff --git a/models.py b/models.py index 1e103c7..44e56a2 100644 --- a/models.py +++ b/models.py @@ -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