wurenkai / UltraLight-VM-UNet

[arXiv] The official code for "UltraLight VM-UNet: Parallel Vision Mamba Significantly Reduces Parameters for Skin Lesion Segmentation".
235 stars 33 forks source link

TypeError: causal_conv1d_fwd(): incompatible function arguments. #34

Open lufengWong opened 6 months ago

lufengWong commented 6 months ago

TypeError: causal_conv1d_fwd(): incompatible function arguments. The following argument types are supported:

  1. (arg0: at::Tensor, arg1: at::Tensor, arg2: Optional[at::Tensor], arg3: Optional[at::Tensor], arg4: bool) -> at::Tensor 请问什么问题呢
lufengWong commented 6 months ago

causal-conv1d安装版本错误 https://github.com/Dao-AILab/causal-conv1d/releases/download/v1.0.0/causal_conv1d-1.0.0+cu118torch1.13cxx11abiFALSE-cp38-cp38-linux_x86_64.whl

wurenkai commented 6 months ago

Hi, according to your error message, you need to check the environment installation issue. There may be package-to-package incompatibility in your issue. We recommend you to configure your virtual environment according to our environment installation guidelines.