Detail of graph varational autoencoder KL loss #6296
Unanswered
xiachenrui
asked this question in
Q&A
Replies: 1 comment
-
This is directly taken from here. Since the KL loss is operating on a dense N^2 matrix, I think this is correct. |
Beta Was this translation helpful? Give feedback.
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, all
I found the PyG give an example of GVAE, and it calculated KL loss in the following way
But I think it show be divided by the dimension of node features rather than the node numbers , such as
Please let me know your ideas
Best !
Chenrui
Beta Was this translation helpful? Give feedback.
All reactions