Selamlar arkadaşlar,
RVC-GUI uygulamasını denemek icin ornek ses dosyaları ve hazır tonlar kullandım. İlk once GPU ile process yapmasını soyleyerek başlatıım ve şu hata mesajını aldım:

Python:Panoya kopyala
Traceback (most recent call last): File "C:UsersmardaDownloadsRVC-GUI-pkg-20220525-mp3fixRVC-GUI-pkgrvcgui.py", line 129, in vc_single audio_opt = vc.pipeline( File "C:UsersmardaDownloadsRVC-GUI-pkg-20220525-mp3fixRVC-GUI-pkgvc_infer_pipeline.py", line 329, in pipeline pitch, pitchf = self.get_f0(audio_pad, p_len, f0_up_key, f0_method, crepe_hop_length, inp_f0) File "C:UsersmardaDownloadsRVC-GUI-pkg-20220525-mp3fixRVC-GUI-pkgvc_infer_pipeline.py", line 141, in get_f0 f0 = self.get_f0_crepe_computation(x, f0_min, f0_max, p_len, crepe_hop_length) File "C:UsersmardaDownloadsRVC-GUI-pkg-20220525-mp3fixRVC-GUI-pkgvc_infer_pipeline.py", line 97, in get_f0_crepe_computation audio = torch.from_numpy(x).to(torch_device, copy=True) RuntimeError: CUDA error: the launch timed out and was terminated CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1. Compile with TORCH_USE_CUDA_DSA to enable device-side assertions.


Daha sonra ise bu durumun ekran kartımdan kaynaklandığını duşunerek CPU processing ile başlattım ve bu sefer de şu hatayı aldım:

Python:Panoya kopyala
Traceback (most recent call last): File "C:UsersmardaDownloadsRVC-GUI-pkg-20220525-mp3fixRVC-GUI-pkgrvcgui.py", line 696, in root.mainloop() File "C:UsersmardaDownloadsRVC-GUI-pkg-20220525-mp3fixRVC-GUI-pkgruntimelibsite-packagescustomtkinterwindowsctk_tk.py", line 163, in mainloop super().mainloop(*args, **kwargs) File "C:UsersmardaDownloadsRVC-GUI-pkg-20220525-mp3fixRVC-GUI-pkgruntimelibsite-packagestkinter_init_.py", line 1429, in mainloop self.tk.mainloop(n)


Bu hataların sebebini ve cozumunu acık ve anlaşılır bir dille anlatırsanız cok sevinirim.