Run-time on colab pro while fine tuning


I pasted the following code in console ```
function ConnectButton(){ console.log(“Connect pushed”); document.querySelector(“#top-toolbar > colab-connect-button”).shadowRoot.querySelector(“#connect”).click() }setInterval(ConnectButton, 60000); But colab pro shows no runtime but is still executing the trainer.train() cell. Is my model being trained or do I need to restart?