Hao Xu
Hao Xu
same problem
I have been successfully run. Environment follows: cuda 11.8 python 3.10.13 pytorch 2.1.1 causal_conv1d 1.1.1 mamba-ssm 1.2.0.post1 ``` pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu118 pip install causal_conv1d==1.1.1 pip install...
I have been successfully run. Environment follows: cuda 11.8 python 3.10.13 pytorch 2.1.1 causal_conv1d 1.1.1 mamba-ssm 1.2.0.post1 ``` pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu118 pip install causal_conv1d==1.1.1 pip install...
I am using clodsa in Windows 11, maybe `os.path.sep` caused this error. I found `os.path.sep` is "\\" in Win11, `os.path.sep` is "/" in Linux. And the example in the [colab](https://colab.research.google.com/github/joheras/CLoDSA/blob/master/notebooks/CLODSA_Nuclei.ipynb#scrollTo=A4uKKcJUht7i)...
Can you please tell me if this issue is resolved? I introduced KAN into my model to replace MLP which produced this error.
> Sorry too many demos used `model.train()` as the API, so it is good amount of work to change it to some other API (plus, some users might be already...
I have been successfully run. Environment follows: cuda 11.8 python 3.10.13 pytorch 2.1.1 causal_conv1d 1.1.1 mamba-ssm 1.2.0.post1 ``` pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu118 pip install causal_conv1d==1.1.1 pip install...
I have been successfully run. Environment follows: cuda 11.8 python 3.10.13 pytorch 2.1.1 causal_conv1d 1.1.1 mamba-ssm 1.2.0.post1 ``` pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu118 pip install causal_conv1d==1.1.1 pip install...
> Hello, my environment is the same as yours, but I still report an error: Mamba.**init**() got an unexpected keyword argument 'bimamba'. Do you know how to solve it? This...
I think you can see this issue. #67 I don't know whether you install mamba-ssm via `pip install mamba-ssm` . If via this way, you should copy the mamba-ssm dir...