diff --git a/modules.py b/modules.py index 9c7fd9c..3484f6a 100644 --- a/modules.py +++ b/modules.py @@ -69,7 +69,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__()