Replies: 1 comment 6 replies
-
Hi and thanks for your interest! yes, you can use soft adjacencies as input to Regarding your first question, @danielegrattarola might be able to help. |
Beta Was this translation helpful? Give feedback.
6 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.
-
I got some questions about the usage of dense_mincut_pool.
In examples/proteins_mincut_pool.py, I intentionally ignore the nll loss for graph classification. I would like to see how mincut pooling layers works for clustering. I think by minimizing mincut_loss + ortho_loss, this layer can still help learn to cluster. However, with these two losses only, the total loss decreases slowly and at some point got stuck. Am I missing something here?
As a side question, I would like to ask if it is possible to feed in a "soft" adjacent matrix into dense_mincut_pool where each element indicates the confidence of the affinity?
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions