-
I'm taking a look at the source code for Pytorch Geometric, and particularly I'm currently looking at |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Apr 9, 2021
Replies: 1 comment 2 replies
-
Thanks for the pointer. We do not strictly follow this guidance in PyG, and we use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mdanb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the pointer. We do not strictly follow this guidance in PyG, and we use
_*
and__*
interchangeably to denote private methods/variables.