[etc.] Colab Session 유지

1938 단어 etcetc

큰 도움을 주신 블로그 : https://modernflow.tistory.com/12
매번 Google창 검색하기가 귀찮아서 저도 간단히 정리합니다 :)

🤔 kaggle GPU quota를 모두 소진하고.. GPU가 필요했던 저..
😒 하지만 colab은 가만히 놔두면 세션이 끊겨버리기 마련이었죠...
😎 이에, 간단히 colab 세션 유지하는 코드를 공유합니다 :)

😋 아래 코드를 Chrome창 console command에 입력하면 완료!
(console은 F12를 누르면 확인하실 수 있습니다.)

function ConnectButton(){
    console.log("Connect pushed"); 
    document.querySelector("#top-toolbar > colab-connect-button").shadowRoot.querySelector("#connect").click() 
}
setInterval(ConnectButton,60000);

😉 이제 오~래 써봅시다!

좋은 웹페이지 즐겨찾기