Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kuacakuaca committed Jan 3, 2024
1 parent e8c5dde commit 5fa4bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i6_models/primitives/feature_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def __init__(self, cfg: RasrCompatibleLogMelFeatureExtractionV1Config):
torch.tensor(
filters.mel(
sr=cfg.sample_rate,
n_fft=cfg.n_fft,
n_fft=self.n_fft,
n_mels=cfg.num_filters,
fmin=0,
fmax=cfg.sample_rate // 2,
Expand Down

0 comments on commit 5fa4bf3

Please sign in to comment.