anniekmyatt

Results 2 issues of anniekmyatt

Hello! Not really an issue but I have a question about the implementation of the update step in hetero_gnn.py. What is the benefit of calculating the output via [these lines](https://github.com/snap-stanford/deepsnap/blob/master/deepsnap/hetero_gnn.py#L90-#L93):...

Hello, I am working on setting up link prediction on a heterogeneous graph with different node types and used the examples in `deepsnap/examples/link_prediction_hetero` as a starting point. In these examples,...