PruneTruong / DenseMatching

Dense matching library based on PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To run on newer cupy

ducha-aiki opened this issue · comments

To those, who are trying to run on later versions of cupy: just replace cupy.util.memoize with cupy.memoize

Thanks a lot for the useful info! I will update the READme!