diff --git a/melo/modules.py b/melo/modules.py index 5bd020b96..5af5d1152 100644 --- a/melo/modules.py +++ b/melo/modules.py @@ -83,7 +83,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.0):