Google Colab updates its runtime periodically to use newer versions of packages like Tensorflow. This can sometimes affect the use of GPUs for notebooks that require older versions, or cause problems in installing required packages. To get around it, please use the fallback runtime before running any of the code in your notebook. Here are the steps:
- In the Menu bar, navigate to
Runtime→Change runtime type
- A window will pop-up. From there, go to the
Runtime versiondrop-down and select the2025.07version. ClickSaveafterwards to close the pop-up.
- Click the
Connectbutton on the upper right of the notebook or run the first code cell. Wait for the runtime to connect and start solving the assignment (or re-run all your code if you already started it beforehand). It can take up to 5 minutes for the runtime to connect.

