Merge pull request #1698 from yt605155624/fix_typo

[doc]fix typo, test=doc
pull/1700/head
TianYuan 3 years ago committed by GitHub
commit 149b1fb1fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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):
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

Loading…
Cancel
Save