brjathu / deepcaps

Official Implementation of "DeepCaps: Going Deeper with Capsule Networks" paper (CVPR 2019).
MIT License
151 stars 48 forks source link

Use SciPy-1.2 to workaround imresize deprecation #10

Closed grische closed 4 years ago

grische commented 4 years ago

imresize has been deprecated as of SciPy 1.3: https://docs.scipy.org/doc/scipy-1.2.1/reference/generated/scipy.misc.imresize.html

Relates to #9