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

vc_dddm_mixup.py is incomplete #6

Closed csu-roycheng closed 4 months ago

csu-roycheng commented 4 months ago

Hi, I could not find the forward function in the SynthesizerTrn model of vc_dddm_mixup.py file, which leads to training failure in the compute_loss progess. Can you update vc_dddm_mixup.py? Thank you.

hayeong0 commented 4 months ago

Hello, I didn't realize I missed that part! I've added it now. You can check it out :)