Skip to main content
Filter by
Sorted by
Tagged with
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 ...
RaMa TamaRa's user avatar
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 ...
user836026's user avatar
  • 11.3k
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 ...
Draco's user avatar
  • 51
-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,...
Domenico Costantino Ceglie's user avatar