Skip to content

Commit

Permalink
Update python/cugraph-equivariant/cugraph_equivariant/nn/tensor_produ…
Browse files Browse the repository at this point in the history
…ct_conv.py

Co-authored-by: Mario Geiger <[email protected]>
  • Loading branch information
tingyu66 and mariogeiger authored Jan 24, 2024
1 parent 40b972c commit 6dff47a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def forward(
Reduction operator. Choose between "mean" and "sum".
edge_envelope: torch.Tensor, optional
Optional, typically used as attenuation factors to fade out messages coming from nodes close to the cutoff distance used to create the graph. This is important to make the model smooth to the changes in node's coordinates.
Edge envelope.
Shape: (num_edges,)
Expand Down

0 comments on commit 6dff47a

Please sign in to comment.