fix scipy import error (#3874)

pull/3882/head
Wang Xin 10 months ago committed by GitHub
parent e75a3987fc
commit 21b55419c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -17,7 +17,7 @@ import numpy as np
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):

Loading…
Cancel
Save