I am working on Graph neural network using PyTorch geometric for node classification task. I would like to ask for GCNconv layer, I noticed that it supports edge_weight attribute
my questions:
what does the value of edge weight means in PyTorch geometric? (do larger values mean more similar or not)?
what is the data type of the edge-weight tensor?
any ideas how to compute the edge weight between two nodes given the node features are the color and position?
You can look at https://pytorch-geometric.readthedocs.io/en/latest/cheatsheet/gnn_cheatsheet.html