skytnt eltociear commited on
Commit
bd44bec
β€’
1 Parent(s): 992444b

Fix typo in modules.py (#13)

Browse files

- Fix typo in modules.py (77c922382712c119bbdc4a02690963cfb0b785f9)


Co-authored-by: Ikko Ashimine <eltociear@users.noreply.huggingface.co>

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__()