"docs/source/en/using-diffusers/inpaint.mdx" did not exist on "5a38033de4824c8d5d9b2856776df45592a8e825"
Unverified Commit 61cb8f26 authored by moto's avatar moto Committed by GitHub
Browse files

[doc] Update librosa link (#940)

parent e17c2634
...@@ -198,7 +198,8 @@ class AmplitudeToDB(torch.nn.Module): ...@@ -198,7 +198,8 @@ class AmplitudeToDB(torch.nn.Module):
def forward(self, x: Tensor) -> Tensor: def forward(self, x: Tensor) -> Tensor:
r"""Numerically stable implementation from Librosa. r"""Numerically stable implementation from Librosa.
https://librosa.github.io/librosa/_modules/librosa/core/spectrum.html
https://librosa.org/doc/latest/generated/librosa.amplitude_to_db.html
Args: Args:
x (Tensor): Input tensor before being converted to decibel scale. x (Tensor): Input tensor before being converted to decibel scale.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment