Closed Hatem-Jr closed 3 years ago
You need to keep the page open and check it frequently. Or you can buy Colab pro for the machine to stay on longer.
I did this: ctrl+shift+i --->console paste this: function KeepClicking(){
console.log(“Clicking”);
document.querySelector(“colab-toolbar-button#connect”).click()
}setInterval(KeepClicking,60000) stimulates a click every 60 seconds
Hello, I wanted to know if there's any way to continue training my model if the Detectron google collab "disconnected/busy"