This commit is contained in:
Wenliang Zhao
2023-12-18 21:51:49 +08:00
committed by GitHub
parent b1dfb61b0a
commit bf05c39075

View File

@@ -83,7 +83,7 @@ class ConvReluNorm(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.0):