Why network module in example/. define reset_parameters manually? #227
PolarisRisingWar
started this conversation in
General
Replies: 1 comment 1 reply
-
Inside the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I find in ogb/gnn.py at master · snap-stanford/ogb that in the code
reset_parameters
function is defined manully. But I find that it just use default reset_parameters function of conv and bn again.I searched on Google and they said in Modules, parameters will automatically defined by
reset_parameters
function. So why should we reuse it again?Beta Was this translation helpful? Give feedback.
All reactions