File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ and the attention coefficients will be calculated as
280
280
# Arguments
281
281
282
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).
283
+ - `ein`: The dimension of input edge features. Default 0 (i.e. no edge features passed in the forward).
284
284
- `out`: The dimension of output node features.
285
285
- `σ`: Activation function. Default `identity`.
286
286
- `bias`: Learn the additive bias if true. Default `true`.
@@ -401,7 +401,7 @@ and the attention coefficients will be calculated as
401
401
# Arguments
402
402
403
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).
404
+ - `ein`: The dimension of input edge features. Default 0 (i.e. no edge features passed in the forward).
405
405
- `out`: The dimension of output node features.
406
406
- `σ`: Activation function. Default `identity`.
407
407
- `bias`: Learn the additive bias if true. Default `true`.
You can’t perform that action at this time.
0 commit comments