-
Notifications
You must be signed in to change notification settings - Fork 180
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
from models import MCNN #54
Comments
i also meet this problem, have you solved this problem? |
from models import MCNN |
The module named 'models' is in the subdirectory src. This is not a This is not a third-party package. So in this case, in order to import 'models', you should use 'import src.models' |
The module named 'models' is in the subdirectory src. This is not a This is not a third-party package. So in this case, in order to import 'models', you should use 'import src.models' |
The module named 'models' is in the subdirectory src. This is not a This is not a third-party package. So in this case, in order to import 'models', you should use 'import src.models' |
i'can find where is models
The text was updated successfully, but these errors were encountered: