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

Error showing: No module named 'models' #27

Open
gv646 opened this issue Apr 30, 2019 · 1 comment
Open

Error showing: No module named 'models' #27

gv646 opened this issue Apr 30, 2019 · 1 comment

Comments

@gv646
Copy link

gv646 commented Apr 30, 2019

I am trying running the project but it is showing the error : No module named 'models'. I have no clue about how to resolve the error

@liyanasahir
Copy link

Hey, are you running the notebook on colab or on your system? If it's in colab, the issue could be because you haven't moved to the VQA_Demo folder within the system, so referring to the 'models' folder relatively within the code doesn't work.

You could run this code before to solve it:

import os
os.chdir('/content/drive/My Drive/VQA_Demo')

Ensure that the folder path is the same as how you saved it on google drive!

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