hayeong0 / DDDM-VC

Official Pytorch Implementation for "DDDM-VC: Decoupled Denoising Diffusion Models with Disentangled Representation and Prior Mixup for Verified Robust Voice Conversion" (AAAI 2024)
https://hayeong0.github.io/DDDM-VC-demo/
160 stars 18 forks source link

报错 #10

Closed wlf0322 closed 2 months ago

wlf0322 commented 3 months ago

训练时候报错:不知道你有没有遇到过 OSError: libavutil.so.56: cannot open shared object file: No such file or directory DEBUG:torio._extension.utils:Loading FFmpeg DEBUG:torio._extension.utils:Failed to load FFmpeg extension.

hayeong0 commented 3 months ago

It looks like FFmpeg is either not installed or the path cannot be found. Please check the installation.

For Ubuntu/Linux:

sudo apt install ffmpeg