Skip to content

Commit

Permalink
Merge pull request CjangCjengh#21 from eltociear/patch-1
Browse files Browse the repository at this point in the history
fix: typo in modules.py
  • Loading branch information
CjangCjengh authored Nov 8, 2022
2 parents e9208bf + e54eb31 commit 695ee9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def forward(self, x, x_mask):

class DDSConv(nn.Module):
"""
Dialted and Depth-Separable Convolution
Dilated and Depth-Separable Convolution
"""
def __init__(self, channels, kernel_size, n_layers, p_dropout=0.):
super().__init__()
Expand Down

0 comments on commit 695ee9f

Please sign in to comment.