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

from models import MCNN #54

Open
YeWenzhen opened this issue Sep 7, 2019 · 6 comments
Open

from models import MCNN #54

YeWenzhen opened this issue Sep 7, 2019 · 6 comments

Comments

@YeWenzhen
Copy link

i'can find where is models

@yuy01
Copy link

yuy01 commented Apr 30, 2021

i also meet this problem, have you solved this problem?

@ArtificialZeng
Copy link

from models import MCNN
ModuleNotFoundError: No module named 'models'

@lizhyuxi
Copy link

from models import MCNN ModuleNotFoundError: No module named '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'

@lizhyuxi
Copy link

i also meet this problem, have you solved this problem?

from models import MCNN ModuleNotFoundError: No module named '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'

@lizhyuxi
Copy link

i'can find where is models

from models import MCNN ModuleNotFoundError: No module named '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'

@lizhyuxi
Copy link

image

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

4 participants