Skip to content

Commit bf94758

Browse files
committed
Fix docs
1 parent e76d150 commit bf94758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNNLux/src/layers/pool.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Networks](https://arxiv.org/abs/1511.05493) paper
5151
\mathbf{u}_V = \sum_{i\in V} \alpha_i\, f_{feat}(\mathbf{x}_i)
5252
```
5353
54-
where the coefficients ``\alpha_i`` are given by a [`GNNLib.softmax_nodes`](@ref)
54+
where the coefficients ``\alpha_i`` are given by a [`GNNLib.softmax_nodes`](https://juliagraphs.org/GraphNeuralNetworks.jl/docs/GNNlib.jl/stable/api/utils/#GNNlib.softmax_nodes)
5555
operation:
5656
5757
```math

0 commit comments

Comments
 (0)