Closed xinyuliu-jeffrey closed 1 month ago
Dear authors,
Thank you for your work! I have some questions regarding the FLOPs computation.
I am wondering why the d_inner is also multiplied in the flops computation here: https://github.com/ChenhongyiYang/PlainMamba/blob/bac7a7bca3536db1e931ad772f78faec618a98d0/tools/analysis_tools/get_flops.py#L35 As the original mamba authors stated that the computation for a single scan is just 9LN.
I wonder what is the additional computation here: https://github.com/ChenhongyiYang/PlainMamba/blob/bac7a7bca3536db1e931ad772f78faec618a98d0/tools/analysis_tools/get_flops.py#L36
Thank you for you time!
I've figure it out by myself. Never mind. Thanks again for your work!
Dear authors,
Thank you for your work! I have some questions regarding the FLOPs computation.
I am wondering why the d_inner is also multiplied in the flops computation here: https://github.com/ChenhongyiYang/PlainMamba/blob/bac7a7bca3536db1e931ad772f78faec618a98d0/tools/analysis_tools/get_flops.py#L35 As the original mamba authors stated that the computation for a single scan is just 9LN.
I wonder what is the additional computation here: https://github.com/ChenhongyiYang/PlainMamba/blob/bac7a7bca3536db1e931ad772f78faec618a98d0/tools/analysis_tools/get_flops.py#L36
Thank you for you time!