[etc.] Colab Session 유지

강콩콩·2022년 4월 15일
0
post-thumbnail

큰 도움을 주신 블로그 : 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);

😉 이제 오~래 써봅시다!

profile
MLOps, ML Engineer. 데이터에서 시스템으로, 시스템에서 가치로.

1개의 댓글

comment-user-thumbnail
2023년 10월 14일

감사합니다.

답글 달기

관련 채용 정보