-
Hi everyone. I want to make continuous node features become one-hot before pooling but keep it differentiable (Gumbel softmax). Is it implemented in the current version? If not, how to do it? |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Jun 17, 2021
Replies: 1 comment 1 reply
-
I think you can use the regular |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gooaah
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you can use the regular
gumbel_softmax
implementation of PyTorch for this.