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)

Home Page:https://hayeong0.github.io/DDDM-VC-demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vc_dddm_mixup.py is incomplete

csu-roycheng opened this issue · comments

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.

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