|
|
|
|
|
by hnuser123456
2690 days ago
|
|
If you want your model to train 20x faster, continuously move your mouse up and down the far left menu, or open the outline and madly expand/collapse the options for a layer :D edit: turbo mode: keep v8 at full speed: function sleep(ms) {return new Promise(resolve => setTimeout(resolve, ms));}; while (true) {console.log(document.getElementsByClassName("content").length); await sleep(20)}; |
|