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
vim.py line 47 super().__init__(img_size, patch_size, stride, depth, embed_dim, in_chans, num_classes, **kwargs) . The relative position of parameter in_chans is wrong, d_state is missing (from model_mamba.py Class VisionMamba).
When i use the command:
it show result:
how can i fix?
Besides, the pre-trained model files do not match the model names provided in the scripts. How can this be resolved?
scripts like:
The text was updated successfully, but these errors were encountered: