Skip to content

Commit

Permalink
fix scipy import error (#3874)
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatV authored Nov 11, 2024
1 parent e75a398 commit 21b5541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddlespeech/t2s/modules/pqmf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import paddle
import paddle.nn.functional as F
from paddle import nn
from scipy.signal import kaiser
from scipy.signal.windows import kaiser


def design_prototype_filter(taps=62, cutoff_ratio=0.142, beta=9.0):
Expand Down

0 comments on commit 21b5541

Please sign in to comment.