• Joined on 2023-02-27
Exulan commented on issue mrq/ai-voice-cloning#46 2023-02-28 17:22:42 +00:00
Getting error "cuDNN error: CUDNN_STATUS_MAPPING_ERROR"

Alright, thanks for help anyway, you did fix my initial problem so thanks for that. Idk how to close this issue.

Exulan commented on issue mrq/ai-voice-cloning#46 2023-02-28 08:30:41 +00:00
Getting error "cuDNN error: CUDNN_STATUS_MAPPING_ERROR"

That worked, thanks. I am still getting out of memory errors with the training though, any reason why?

[Training]…
Exulan commented on issue mrq/ai-voice-cloning#46 2023-02-28 05:14:20 +00:00
Getting error "cuDNN error: CUDNN_STATUS_MAPPING_ERROR"

Heres the traceback

  File "/home/connor/ai-voice-cloning/src/webui.py", line 54, in run_generation
    sample, outputs, stats = generate(
  File…
Exulan commented on issue mrq/ai-voice-cloning#46 2023-02-27 19:16:25 +00:00
Getting error "cuDNN error: CUDNN_STATUS_MAPPING_ERROR"

That solution you provided has seemed to work. Interestingly it tries to allocate 24gb of vram to my HomeLAB GPU then crashes with CUDA out of memory. I tried the --low-vram command but I still…

Exulan commented on issue mrq/ai-voice-cloning#46 2023-02-27 16:49:39 +00:00
Getting error "cuDNN error: CUDNN_STATUS_MAPPING_ERROR"

Interestingly it works on my PC. I was trying it on my homelab which has a NVIDIA K80 and Ubuntu server installed. What might be happening is an issue with the cuda version maybe? My PC GPU is on…

Exulan opened issue mrq/ai-voice-cloning#46 2023-02-27 13:32:19 +00:00
Getting error "cuDNN error: CUDNN_STATUS_MAPPING_ERROR"