You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to thank you for proposing such an efficient Mamba-based method, which has been very inspiring for my research. While reading through your code, I noticed that the classes Conv2d_BN, RepDW_Axias, and RepDW all implement a fuse() function for structural re-parameterization.
However, I could not find where this fuse() function is actually invoked during training or inference. Could you please tell me where and when to call the fuse() function to simplify the structure?