Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The implementation of "Cross-Reconstructed Emotion Disentanglement" module #22

Open
yChenN1 opened this issue Nov 7, 2022 · 0 comments

Comments

@yChenN1
Copy link

yChenN1 commented Nov 7, 2022

Hi @jixinya,
Thanks for your excellent work!
I am curious about the implementation of Cross-Reconstructed Emotion Disentanglement. In the paper, you say, "Given four audio samples Xi,m, Xj,n, Xj,m, Xi,n" for disentangling. However, the implementation in this project is a little different: you sample 2 emotions and 3 contents and set X11, X21, X12, X23 as inputs, and X11, X11, X12, X12 as four targets to calculate the cross reconstruction loss and self reconstruction loss. (as below)

return {"input11": mfcc11, "target11": target11,
"target21": target11, "target22": target12,
"input12": mfcc12, "target12": target12,
"label1": label1, "label2": label2,
"input21": mfcc21, "input32": mfcc32

Could you please explain this? Hope for your response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant