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 2024f2f commit f64c053Copy full SHA for f64c053
src/layers/conv.jl
@@ -280,7 +280,7 @@ and the attention coefficients will be calculated as
280
# Arguments
281
282
- `in`: The dimension of input node features.
283
-- `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).
284
- `out`: The dimension of output node features.
285
- `σ`: Activation function. Default `identity`.
286
- `bias`: Learn the additive bias if true. Default `true`.
0 commit comments