eltociear commited on
Commit
77c9223
β€’
1 Parent(s): 992444b

Fix typo in modules.py

Browse files
Files changed (1) hide show
  1. modules.py +1 -1
modules.py CHANGED
@@ -69,7 +69,7 @@ class ConvReluNorm(nn.Module):
69
 
70
  class DDSConv(nn.Module):
71
  """
72
- Dialted and Depth-Separable Convolution
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__()