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

@@ -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