Fix typo in modules.py
Dialted -> Dilated
This commit is contained in:
committed by
GitHub
parent
d2b7db3687
commit
4ab49d946a
+1
-1
@@ -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__()
|
||||||
|
|||||||
Reference in New Issue
Block a user