First of all thank you for your great work.
As you it's stated in the following line the number of blocks is 9 while in the paper the number of blocks for each layer is 2 according to Figure2.
|
_C.MODEL.VSSM.DEPTHS = [2, 2, 9, 2] |
Can you please let me know what is the reason of having 9 blocks? while other layers have only two VSS blocks?
First of all thank you for your great work.
As you it's stated in the following line the number of blocks is 9 while in the paper the number of blocks for each layer is 2 according to Figure2.
Mamba-UNet/code/config.py
Line 67 in dfe92ba
Can you please let me know what is the reason of having 9 blocks? while other layers have only two VSS blocks?