Min Sheng Wu

Results 4 comments of Min Sheng Wu
trafficstars

I meet the same problem! Does anyone have the solution? @jccjd , did you solve it?

Hi guys, after I struggle a lot, I solved it! My pytorch vision is 1.5 and CUDA is 10.1 I first install ninja package: `pip3 install ninja` and replace AT_CHECK...

I also encounter this problem. Does anyone know why this is happening and how to fix it?

I found it's the same problem as Issue #4 and #5 . Just import every modules with `from .xxx[module path] import XXX[module name]`, like `from .resample2d_package.modules.resample2d import Resample2d` in every...