Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no vmamba_mobile module in EfficientVMamba/classification/lib/models/__init__.py #3

Open
VoXuanThuy opened this issue Mar 22, 2024 · 2 comments

Comments

@VoXuanThuy
Copy link

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!

@TerryPei
Copy link
Owner

TerryPei commented Mar 22, 2024

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 > <

@VoXuanThuy
Copy link
Author

@TerryPei Thank you so much for your checking! It's working now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants