hustvl / Vim

Vision Mamba: Efficient Visual Representation Learning with Bidirectional State Space Model
Apache License 2.0
2.55k stars 159 forks source link

There are two same "if" code in the models_mamba.py #89

Open IsDling opened 1 month ago

IsDling commented 1 month ago

There are two same "if" code in the row 462 and row 473 in the models_mamba.py. Is this a special design or a mistake?