Skip to content

Commit

Permalink
use dilated wavenet
Browse files Browse the repository at this point in the history
  • Loading branch information
NTT123 committed Aug 18, 2023
1 parent 6337e07 commit c32b739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def __init__(
gin_channels=gin_channels,
)
self.flow = ResidualCouplingBlock(
inter_channels, hidden_channels, 5, 1, 4, gin_channels=gin_channels
inter_channels, hidden_channels, 5, 2, 4, gin_channels=gin_channels
)

if n_speakers > 1:
Expand Down

0 comments on commit c32b739

Please sign in to comment.