Search found 2 matches

by RakaMaru
Wed Jun 24, 2020 8:26 pm
Forum: Cloud Discussion
Topic: [Outdated] Training Using Google Colab
Replies: 66
Views: 148174

Re: Training Using Google Colab

To keep the Colab from timing out, use this.

Google Colab Keep-Alive Script

Code: Select all

function ClickConnect(){
console.log(Date().toLocaleString()); 
document.querySelector("document-info").click() 
}setInterval(ClickConnect,60000)

In Chrome (Ctrl-Shift-i), then paste into the console.

by RakaMaru
Tue Jun 23, 2020 8:47 pm
Forum: Cloud Discussion
Topic: [Outdated] Training Using Google Colab
Replies: 66
Views: 148174

[Outdated] Training Using Google Colab

[mod=torzdf]A new Notebook has been setup at the following location: https://forum.faceswap.dev/viewtopic.php?f=23&t=1886 Please use that thread for further colab discussions. I would like to thank the original Notebook author and contributors for their efforts so far. [/mod] [br][br] Hello Face...