monk_v1
monk_v1 copied to clipboard
ModuleNotFoundError: No module named 'gluon_prototype'
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)
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.
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
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?
@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.
@VedantKhairnar I agree. It happened to me once and I thought it was my mistake and I restarted again then it worked!
@vidyap-xgboost Exactly!!