Skip to content
Snippets Groups Projects
Commit 9a065f53 authored by Alain Riou's avatar Alain Riou
Browse files

backward compatibility

parent 39a5a823
No related branches found
No related tags found
No related merge requests found
...@@ -364,7 +364,7 @@ class HarmonicCQT(nn.Module): ...@@ -364,7 +364,7 @@ class HarmonicCQT(nn.Module):
sr: int = 22050, sr: int = 22050,
hop_length: int = 512, hop_length: int = 512,
fmin: float = 32.7, fmin: float = 32.7,
fmax: float | None = None, fmax: Optional[float] = None,
bins_per_semitone: int = 1, bins_per_semitone: int = 1,
n_bins: int = 84, n_bins: int = 84,
center_bins: bool = True center_bins: bool = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment