Created
August 17, 2021 20:02
-
-
Save amrrs/32e4f4a4c8a12f7f53bada6fbb7b4cdf to your computer and use it in GitHub Desktop.
How to avoid Google Colab Session Closing automatically?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//credit - https://huggingface.co/blog/fine-tune-wav2vec2-english (Patrick von Platen) | |
// run this on your Chrome / Browser Console (where Colab is present) | |
function ConnectButton(){ | |
console.log("Connect pushed"); | |
document.querySelector("#top-toolbar > colab-connect-button").shadowRoot.querySelector("#connect").click() | |
} | |
var colab = setInterval(ConnectButton,60000); | |
// uncomment the below line and use it for clearing | |
//clearInterval(colab) |
ebubekimyager
commented
Jan 1, 2024
via email
What did I do to save your life?
frozenheart3k ***@***.***>, 1 Oca 2024 Pzt, 05:21 tarihinde
şunu yazdı:
… ***@***.**** commented on this gist.
------------------------------
thank you saved my life
—
Reply to this email directly, view it on GitHub
<https://gist.github.com/amrrs/32e4f4a4c8a12f7f53bada6fbb7b4cdf#gistcomment-4813387>
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATJ4XA62VPAP22MXXLTZHLTYMIMRBBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFQKSXMYLMOVS2I5DSOVS2I3TBNVS3W5DIOJSWCZC7OBQXE5DJMNUXAYLOORPWCY3UNF3GS5DZVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVEYTCMJSHE4DONBZU52HE2LHM5SXFJTDOJSWC5DF>
.
You are receiving this email because you commented on the thread.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
Thank you
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment