-
Notifications
You must be signed in to change notification settings - Fork 233
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
How to solve this problem:ModuleNotFoundError: No module named 'cvnets.models.classification.' #101
Comments
@acrlife it looks like python cannot find the module - is CVNets missing from your pythonpath? Assuming you're running from the root directory in the CVNets repository, try adding |
@mchorton I have found reason of this problem: When I installed cvnets ,command |
The error implies you're trying to import |
@mchorton I think CVNets has built a fully functional framework for the main tasks in the field of computer vision. I would like to know how to use CVNets to train my own model. Can you provide a tutorial? Thank you very much! |
@acrlife we have documentation here: https://apple.github.io/ml-cvnets/getting_started.html I believe your issue involved importing the wrong directory, as mentioned above. If you are still having trouble, try this:
|
Hi@sacmehta @mchorton
When I comment out "self.check_model()" in "./ml-cvnets/cvnets/models/classification/mobilevit.py",and run command as figure1,I got a error as figure2.
I uncomment "self.check_model()",run command again,but also got this error.
How to solve this problem?
Thank you very much!
The text was updated successfully, but these errors were encountered: