Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

モデルを作成していると勝手にGPU接続が切れる、ModelTraningに移行しない #75

Open
HimawariDeguchi opened this issue Aug 5, 2023 · 0 comments

Comments

@HimawariDeguchi
Copy link

HimawariDeguchi commented Aug 5, 2023

colab版RVCについての質問です
モデルを作成していると、エラーが出てTraning modelに移らなかったり、「一定時間操作が確認されなかったのでGPUを自動切断した」旨のメッセージが出て時間と使用GPUを無駄にしてしまいます
接続切れ対策として
%%javascript
function ClickConnect(){
console.log("Working");
document.querySelector("colab-toolbar-button#connect").click()
}setInterval(ClickConnect,60000)
と言うコードを実行してもすぐにLaunchがエラーを吐いて止まってしまいます
このコードはどこに入力すればよかったのでしょうか

@HimawariDeguchi HimawariDeguchi changed the title モデルを作成していると勝手にGPU接続が切れる モデルを作成していると勝手にGPU接続が切れる、ModelTraningに移行しない Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant