4 questions
0
votes
0
answers
9
views
Issue with Mamba Transformer Implementation for Medical Image Detection
I am currently working on a medical image detection problem on the Kaggle platform and attempting to use the Mamba transformer for this task. However, when I ran the code below, I encountered an issue ...
8
votes
2
answers
13k
views
ImportError: cannot import name 'packaging' from 'pkg_resources' when trying to install causal_conv1d
I was trying to install "causal_conv1d" using:
pip install --no-cache-dir -t /scratch/ahmed/lib causal_conv1d==1.0.0
The error I got is:
Collecting causal_conv1d==1.0.0
Downloading ...
1
vote
2
answers
276
views
Can't install causal-conv1d on Mac M1 - packaging module not found?
I'm installing oython package causal-conv1d on Mac Ventura, M1 Silicon and I am getting an error about packaging module not found.
pip install causal-conv1d==1.1.1 # or any other version 1.2.1 etc
...
-1
votes
2
answers
1k
views
TypeError: causal_conv1d_fwd(): incompatible function arguments
I'm having this error with mamba-ssm module:
TypeError: causal_conv1d_fwd(): incompatible function arguments. The following argument types are supported: 1. (arg0: torch.Tensor, arg1: torch.Tensor,...