mirror of
https://github.com/myshell-ai/OpenVoice.git
synced 2025-12-17 00:47:55 +01:00
fix typo
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user