We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05cfb80 + e784ad5 commit f6a634bCopy full SHA for f6a634b
docs/src/messagepassing.md
@@ -14,8 +14,8 @@ The message passing corresponds to the following operations
14
\mathbf{e}_{j\to i}^\prime &= \gamma_e(\mathbf{e}_{j \to i},\mathbf{m}_{j \to i})
15
\end{aligned}
16
```
17
-where ``phi`` is expressed by the [`compute_message`](@ref) function,
18
-``\gamma_x`` and ``gamma_v`` by [`update_node`](@ref) and [`update_edge`](@ref)
+where ``\phi`` is expressed by the [`compute_message`](@ref) function,
+``\gamma_x`` and ``\gamma_v`` by [`update_node`](@ref) and [`update_edge`](@ref)
19
respectively.
20
21
See [`GraphConv`](ref) and [`GATConv`](ref)'s implementations as usage examples.
0 commit comments