mirror of https://github.com/coqui-ai/TTS.git
reverse post-cbhg size
This commit is contained in:
parent
56c6d0cac8
commit
443659a731
|
@ -249,10 +249,10 @@ class PostCBHG(nn.Module):
|
|||
self.cbhg = CBHG(
|
||||
mel_dim,
|
||||
K=8,
|
||||
conv_bank_features=128,
|
||||
conv_projections=[256, mel_dim],
|
||||
highway_features=128,
|
||||
gru_features=128,
|
||||
conv_bank_features=80,
|
||||
conv_projections=[160, mel_dim],
|
||||
highway_features=80,
|
||||
gru_features=80,
|
||||
num_highways=4)
|
||||
def forward(self, x):
|
||||
return self.cbhg(x)
|
||||
|
|
Loading…
Reference in New Issue