YubiaoYue / MedMamba

This is the official code repository for "MedMamba: Vision Mamba for Medical Image Classification"
297 stars 24 forks source link

what package is selective_scan #2

Open yangtianjin opened 6 months ago

yangtianjin commented 6 months ago

Hello, what package is selective_scan, I didn't find it!

YubiaoYue commented 6 months ago

Hi! Actually, all you need to do is install mamba_ssm using pip.

uplerx commented 5 months ago

line 379, in forward_corev0 self.selective_scan = selective_scan_fn NameError: name 'selective_scan_fn' is not defined