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
Thank you for your interesting work.
I have one issue when running the model in the: EfficientVMamba/classification/lib/models/init.py
from . import vmamba_mobile
ImportError: cannot import name 'vmamba_mobile' from partially initialized module 'lib.models'
Could you update this code? Thank you so much!
The text was updated successfully, but these errors were encountered:
Thank you for your interesting work. I have one issue when running the model in the: EfficientVMamba/classification/lib/models/init.py from . import vmamba_mobile ImportError: cannot import name 'vmamba_mobile' from partially initialized module 'lib.models'
Could you update this code? Thank you so much!
Hi, thanks for your helpful question ! The bug was caused by conflicts between the old and new versions, which we have resolved. We have updated the code accordingly, and it can now run correctly on my server. If u encounter any other bugs, feel free to ask us > <
Thank you for your interesting work.
I have one issue when running the model in the: EfficientVMamba/classification/lib/models/init.py
from . import vmamba_mobile
ImportError: cannot import name 'vmamba_mobile' from partially initialized module 'lib.models'
Could you update this code? Thank you so much!
The text was updated successfully, but these errors were encountered: