JingyunLiang / MANet

Official PyTorch code for Mutual Affine Network for Spatially Variant Kernel Estimation in Blind Image Super-Resolution (MANet, ICCV2021)
https://arxiv.org/abs/2108.05302
Apache License 2.0
169 stars 23 forks source link

[import error] #3

Closed CaptainEven closed 3 years ago

CaptainEven commented 3 years ago
    k = scipy.stats.multivariate_normal.pdf(pos, mean=[0, 0], cov=cov)
AttributeError: module 'scipy' has no attribute 'stats'

scipy version error? So, which version of scipy is required?

JingyunLiang commented 3 years ago

I use scipy==1.6.3

CaptainEven commented 3 years ago

Thanks for the reply!