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.
1 parent 4dcc8a2 commit 2024f2fCopy full SHA for 2024f2f
src/layers/conv.jl
@@ -401,7 +401,7 @@ and the attention coefficients will be calculated as
401
# Arguments
402
403
- `in`: The dimension of input node features.
404
-- `ein`: The dimension of input edget features. Default 0 (i.e. no edge features passed in the forward).
+- `ein`: The dimension of input edge features. Default 0 (i.e. no edge features passed in the forward).
405
- `out`: The dimension of output node features.
406
- `σ`: Activation function. Default `identity`.
407
- `bias`: Learn the additive bias if true. Default `true`.
0 commit comments