the use of 'self.embed' in deepVARNetwork #2720
Unanswered
ShirleyMgit
asked this question in
Q&A
Replies: 1 comment
|
Hi @ShirleyMgit, Thank you for your question. The embedding that is implemented isn't really useful for |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am trying to extend the network with an embedding layer for static features (similarly to deepAR).
Therefore, I am trying to understand the code.
Can you please explain what is the role of 'self.embed' and repeated_index_embeddings?
thanks
All reactions