未验证 提交 149b1fb1 编写于 作者: 小湉湉's avatar 小湉湉 提交者: GitHub

Merge pull request #1698 from yt605155624/fix_typo

[doc]fix typo, test=doc
...@@ -29,7 +29,7 @@ class ResidualBlock(nn.Layer): ...@@ -29,7 +29,7 @@ class ResidualBlock(nn.Layer):
n: int=2): n: int=2):
"""SpeedySpeech encoder module. """SpeedySpeech encoder module.
Args: Args:
channels (int, optional): Feature size of the resiaudl output(and also the input). channels (int, optional): Feature size of the residual output(and also the input).
kernel_size (int, optional): Kernel size of the 1D convolution. kernel_size (int, optional): Kernel size of the 1D convolution.
dilation (int, optional): Dilation of the 1D convolution. dilation (int, optional): Dilation of the 1D convolution.
n (int): Number of blocks. n (int): Number of blocks.
......
...@@ -30,7 +30,7 @@ class WaveNetResidualBlock(nn.Layer): ...@@ -30,7 +30,7 @@ class WaveNetResidualBlock(nn.Layer):
Args: Args:
kernel_size (int, optional): Kernel size of the 1D convolution, by default 3 kernel_size (int, optional): Kernel size of the 1D convolution, by default 3
residual_channels (int, optional): Feature size of the resiaudl output(and also the input), by default 64 residual_channels (int, optional): Feature size of the residual output(and also the input), by default 64
gate_channels (int, optional): Output feature size of the 1D convolution, by default 128 gate_channels (int, optional): Output feature size of the 1D convolution, by default 128
skip_channels (int, optional): Feature size of the skip output, by default 64 skip_channels (int, optional): Feature size of the skip output, by default 64
aux_channels (int, optional): Feature size of the auxiliary input (e.g. spectrogram), by default 80 aux_channels (int, optional): Feature size of the auxiliary input (e.g. spectrogram), by default 80
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册