Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Fix typo in modules.py
#13
by
eltociear
- opened
- modules.py +1 -1
modules.py
CHANGED
@@ -69,7 +69,7 @@ class ConvReluNorm(nn.Module):
|
|
69 |
|
70 |
class DDSConv(nn.Module):
|
71 |
"""
|
72 |
-
|
73 |
"""
|
74 |
def __init__(self, channels, kernel_size, n_layers, p_dropout=0.):
|
75 |
super().__init__()
|
|
|
69 |
|
70 |
class DDSConv(nn.Module):
|
71 |
"""
|
72 |
+
Dilated and Depth-Separable Convolution
|
73 |
"""
|
74 |
def __init__(self, channels, kernel_size, n_layers, p_dropout=0.):
|
75 |
super().__init__()
|