Skip to content

Commit

Permalink
Fix typo in melscale_fbank (pytorch#3487)
Browse files Browse the repository at this point in the history
Summary:
Resolves pytorch#3486

Pull Request resolved: pytorch#3487

Differential Revision: D47724733

Pulled By: mthrok

fbshipit-source-id: 26f5641a8271a7e50c4a33861d09b0c8274b29e4
  • Loading branch information
mthrok authored and facebook-github-bot committed Jul 25, 2023
1 parent ae8c131 commit 135cb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchaudio/functional/functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ def melscale_fbanks(
meaning number of frequencies to highlight/apply to x the number of filterbanks.
Each column is a filterbank so that assuming there is a matrix A of
size (..., ``n_freqs``), the applied result would be
``A * melscale_fbanks(A.size(-1), ...)``.
``A @ melscale_fbanks(A.size(-1), ...)``.
"""

Expand Down

0 comments on commit 135cb7b

Please sign in to comment.