
This quick note is one solution (may not optimal) to prevent Colab from disconnecting during training your deep learning model. disconnect Problem Recently, my Google Colab notebook often gets disconnected after a while, and the data is lost. I searched and found a solution. So reshare this here. SOLUTION So to prevent this, we add a JS code to the console. Its purpose is to keep on clicking the...