My intention is to run Google Colab with Local Runtime.
I’m having trouble installing the google.colab module for my assignment training. Due to the lack of a Google Colab T4 GPU, I often face disconnections during training sessions before it completed.
While I’ve managed to install Jupyter Notebook and run it with Local Runtime after installing all the necessary modules, I’ve hit a snag with the google.colab module. I need it for downloading training history and the Colab metadata checker required for submission.
Could you please offer some guidance on resolving this issue?
Continuing on similar issue:
I’m running the assignment locally and hence my folders are slightly different.
After submission I get an error: There was a problem compiling the code from your notebook. Details: [Errno 2] No such file or directory: ‘./tmp/PetImages/Dog’
But the directory DOES exists on my local machine and the results are there in the .ipynb file and history.pkt. What would be the issue?
can I know why are you running the codes assignments locally and then submitting the assignment?
also any issue might look like similar to your issue but creating a new topic is always a better option, you can always tag the similar post in your newly created post for better response from mentors.