DingXiaoH / RepLKNet-pytorch

Scaling Up Your Kernels to 31x31: Revisiting Large Kernel Design in CNNs (CVPR 2022)
MIT License
867 stars 86 forks source link

ModuleNotFoundError: No module named '_depthwise_conv2d_implicit_gemm_C' #50

Open XiaxiaBubble opened 1 year ago

XiaxiaBubble commented 1 year ago

Hi, thanks for your nice work. I encountered a problem when I ran python depthwise_conv2d_implicit_gemm.py. I got ModuleNotFoundError: No module named '_depthwise_conv2d_implicit_gemm_C'. Could you please tell me how I can solve it? Thanks a lot.

chenzean commented 1 year ago

me too

YuHang-aw commented 9 months ago

Hi, thanks for your nice work. I encountered a problem when I ran python depthwise_conv2d_implicit_gemm.py. I got ModuleNotFoundError: No module named '_depthwise_conv2d_implicit_gemm_C'. Could you please tell me how I can solve it? Thanks a lot.

Have you deal with it? I have the same question.