hunto / LocalMamba

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

About Speed #20

Open LMMMEng opened 5 months ago

LMMMEng commented 5 months ago

Thank you for your excellent work.

May I ask do you have plans to add throughtput analysis to your paper? Since FLOPs cannot reflect the real speed. In addition, there is a connection between the two windows, thus localmamba does not seem to be able to compute the attention of different windows in parallel like swin, this may have a notable impact on speed.