Skip to content

Commit

Permalink
D2-equivariant GATv2.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 603596751
  • Loading branch information
CLRSDev authored and copybara-github committed Feb 2, 2024
1 parent 4fe98f9 commit fd7eabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clrs/_src/processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def d2_forward(self,
adj_mat=adj_mat,
hidden=hidden
)
emb_values.append(cell_embedding)
emb_values.append(cell_embedding[0])
ret_nodes.append(
jnp.mean(jnp.stack(emb_values, axis=0), axis=0)
)
Expand Down

0 comments on commit fd7eabf

Please sign in to comment.