You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried training with a smaller data set and it seems that the GPU was used.
I retrained on the original dataset and it turns out that the process "not using the GPU" was part of the preprocessing.
The preprocessing was long (about 40 minutes), so I thought that training had already started. When I trained longer the GPU was properly used.
The number of files in the dataset for the training was 12449 and the number in 0_gt_wavs was 12448, so it should be correct.
The problem is solved, so I'm closing this issue. Sorry for my mistake.
836d6ad まではGPUで学習ができていたのですが、最新(193d6e7)にアップデートしたらCPU使用率が100%になり、GPUが使用されていないようです。
GPUはNvidiaの3060です。
Training with GPU worked until 836d6ad, but with the newest version (193d6e7) it seems to train with CPU instead with GPU.
My GPU is Nvidia's 3060.
The text was updated successfully, but these errors were encountered: