Closed swarajnanda2021 closed 6 months ago
Hello there, thank you for opening an Issue ! 🙏🏻 The team was notified and they will get back to you asap.
@swarajnanda2021 yes I did this for now until I can understand what forward and backward into space means
Thanks for the fast response. Per the stencil operation used by most practitioners, it seems to me this is just a forward and backward for-looping in the scan process. Concur?
Stale issue message
So the forward and backward SSM have no difference in fact?
It appears, per algorithm 1 of the vision mamba paper, the state-space model runs bi-directionally along the sequence. But in this implementation I see that both forward and backward convolutions are standard 1D convolutions, rather than going backward and forward in space. Can you explain your rationale behind this?
Because otherwise, there seems to be no difference between the backward and forward operations, which would otherwise be providing the mamba block a bi-directional way of applying the state-space selection operation.
Upvote & Fund