Skip to content

Commit 0a90c4f

Browse files
authored
Remove space
1 parent 15db19a commit 0a90c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchaudio/models/_wavernn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def forward(self, specgram: Tensor) -> Tensor:
4545

4646
class _MelResNet(nn.Module):
4747
r"""MelResNet layer uses a stack of ResBlocks on spectrogram.
48+
4849
Args:
4950
n_res_block: the number of ResBlock in stack (default=10)
5051
n_freq: the number of bins in a spectrogram (default=128)
@@ -78,7 +79,6 @@ def __init__(self,
7879

7980
def forward(self, specgram: Tensor) -> Tensor:
8081
r"""Pass the input through the _MelResNet layer.
81-
8282
Args:
8383
specgram (Tensor): the input sequence to the _MelResNet layer (n_batch, n_freq, n_time).
8484

0 commit comments

Comments
 (0)