Weight Initialization #6390
gdemirezen
started this conversation in
General
Replies: 1 comment 1 reply
-
Just as you would do in PyTorch. For example, if you want to initialize the weights of torch.nn.init.xavier_uniform(conv.lin.weight) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
How can we initialize weights and biases of GNN operators like GraphConv, GATConv etc... in PyG?
Beta Was this translation helpful? Give feedback.
All reactions