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

ModuleNotFoundError: No module named 'gluon_prototype' #74

Open
VedantKhairnar opened this issue May 21, 2020 · 5 comments
Open

ModuleNotFoundError: No module named 'gluon_prototype' #74

VedantKhairnar opened this issue May 21, 2020 · 5 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@VedantKhairnar
Copy link

Even after being in the working directory and recloning the monk before the import, the following error is observed.

ModuleNotFoundError Traceback (most recent call last)
in ()
1 # Using mxnet-gluon backend
----> 2 from gluon_prototype import prototype
3
4 # For pytorch backend
5 #from pytorch_prototype import prototype

ModuleNotFoundError: No module named 'gluon_prototype'


NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.

@abhi-kumar
Copy link
Contributor

The issue has been identified with latest python 3.7.6. Use python 3.6 versions till we add a support for python 3.7.6

@vidyap-xgboost
Copy link
Contributor

I've faced the same issue but it was solved when I was working on Colab. Can you @VedantKhairnar tell on which environment you're working on?

@VedantKhairnar
Copy link
Author

@vidyap-xgboost On the same colab notebook, earlier it was working (till I trained it on 2 ResNet models) but started facing this issue on the third model.
Sometimes restarting the kernel and doing the whole process made it work but it isnt a reliable solution.

@vidyap-xgboost
Copy link
Contributor

@VedantKhairnar I agree. It happened to me once and I thought it was my mistake and I restarted again then it worked!

@VedantKhairnar
Copy link
Author

@vidyap-xgboost Exactly!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants