Skip to content

Commit

Permalink
doc: double quotation
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyololicon committed Sep 14, 2024
1 parent 0aafca4 commit 9db8532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/torchaudio/functional/filtering.py
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ def _lfilter_core(
def lfilter(waveform: Tensor, a_coeffs: Tensor, b_coeffs: Tensor, clamp: bool = True, batching: bool = True) -> Tensor:
r"""Perform an IIR filter by evaluating difference equation, using differentiable implementation
developed independently by *Yu et al.* :cite:`ismir_YuF23` and *Forgione et al.* :cite:`forgione2021dynonet`.
The gradients of `a_coeffs` are computed based on a faster algorithm from :cite:`ycy2024golf`.
The gradients of ``a_coeffs`` are computed based on a faster algorithm from :cite:`ycy2024golf`.
.. devices:: CPU CUDA
Expand Down

0 comments on commit 9db8532

Please sign in to comment.