hunto / LocalMamba

Code for paper LocalMamba: Visual State Space Model with Windowed Selective Scan
Apache License 2.0
193 stars 10 forks source link

No module named 'selective_scan_vmamba' #5

Closed yuhua666 closed 6 months ago

yuhua666 commented 6 months ago

No module named 'selective_scan_vmamba' will be prompted during training and testing, but training can be normal.

hunto commented 6 months ago

Yes. The VMamba authors implement multiple selective scan operations such as selective_scan_cuda_core, which may have higher computation speed. But the original selective_scan_cuda also works.

I will update the instructions and model file to make the choices of operations optional.