Update models.py

This commit is contained in:
Stardust·减
2023-09-30 10:53:06 +08:00
committed by GitHub
parent 2f687e4873
commit 61130ac803

View File

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