Problem in Pokemon Classification project

I am doing this project on google colab. Sir has imported the visualize module(which he created himself) in jupyter notebook which is stored in the same directory as of notebook. I also tried doing this on google colab but I am facing error in importing the visualize module. I first saved the visualize module file in google drive and then wrote – import and then address of that module. Please tell what should I do?

Hey @abhaygarg2001, you first need to mount your drive to the notebook. Then , try importing it. That should work !

I hope this resolves your doubt !
Happy Learning :slight_smile:

Hey @abhaygarg2001, please find the steps to do the same below :

Store mylib.py in your Drive
Open a new Colab
Open the (left)side pane, select Files view
Click Mount Drive then Connect to Google Drive
Copy it by !cp "drive/My Drive/mylib.py" .
import mylib

I hope this helps !
Happy Learning :slight_smile: