Fix typo in modules.py

Dialted -> Dilated
This commit is contained in:
Ikko Eltociear Ashimine
2023-08-14 01:14:29 +09:00
committed by GitHub
parent d2b7db3687
commit 4ab49d946a
+1 -1
View File
@@ -69,7 +69,7 @@ class ConvReluNorm(nn.Module):
class DDSConv(nn.Module): 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.): def __init__(self, channels, kernel_size, n_layers, p_dropout=0.):
super().__init__() super().__init__()