Closed thomas-happify closed 3 years ago
Thanks for your interest!
src_additive_embeds
only contains DA and EM embeddings. The speaker embeddings are added through token_type_ids
. You can see that I add the token_type_embeddings here
@chujiezheng Thanks for the reply! it's really helpful.
I misunderstood the 2nd question yesterday so we are good.
Hi there,
Amazing work where you include cognitive science into the model!
I have 2 questions:
I didn't find any speaker embedding in the code where
src_additive_embeds
only includes word, positional, DA, and EM embeddings.What's the intuition of doing DA/EM/CM classifications first? It looks very similar to an autoencoder since
inputs == outputs
. Or did I misunderstood?Thanks!