geyuying / PF-AFN

Official code for "Parser-Free Virtual Try-on via Distilling Appearance Flows", CVPR 2021.
545 stars 138 forks source link

Updated cupy.util to cupy.memoize #56

Open arpmay opened 3 years ago

arpmay commented 3 years ago

On line 274, cupy.util is deprecated, updated it to cupy.memoize. This makes the code work with newer versions of cupy.

RishiGitH commented 1 year ago

This fixes an important issue for new cupy versions . Please approve it and merge it to main