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

About the DECODER used in the Cross-reconstruction Emotion Disentanglement Module #7

Open
DaddyJin opened this issue Jun 21, 2021 · 1 comment

Comments

@DaddyJin
Copy link

Thank you for the great work and the disentanglement of content and emotion features are really novel.
When I re-product this module, I get frustrated about the decoder structure. Could you show me the demo code?
Say we get the concatenation of content and emotion features of shape [Batchsize, N, content_dim+emotion_dim], how to convert it to the mfcc features of shape [Batchsize, N, 28, 12]?
Looking forward to your reply and thank you in advance!

@jixinya
Copy link
Owner

jixinya commented Feb 17, 2022

I have released the training code. You can check it in train/disentanglement/code/models_content_cla.py (class Decoder).

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

2 participants