You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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.
The text was updated successfully, but these errors were encountered: