Skip to content

Commit

Permalink
Fix docstring: VanillaMPNN does not use attention.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 514327285
  • Loading branch information
arnoegw authored and tensorflower-gardener committed Mar 6, 2023
1 parent 24988ca commit e653541
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tensorflow_gnn/models/vanilla_mpnn/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ def VanillaMPNNGraphUpdate( # To be called like a class initializer. pylint: d
Args:
units: The dimension of output hidden states for each node.
message_dim: The dimension of messages (attention values) computed on
each edge. Must be divisible by `num_heads`.
message_dim: The dimension of messages computed on each edge.
receiver_tag: one of `tfgnn.TARGET` or `tfgnn.SOURCE`, to select the
incident node of each edge that receives the message.
node_set_names: The names of node sets to update. If unset, updates all
Expand Down

0 comments on commit e653541

Please sign in to comment.