Skip to content

Commit

Permalink
Fix Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Lehto committed Jun 8, 2022
1 parent 2024f2f commit f64c053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/conv.jl
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ and the attention coefficients will be calculated as
# Arguments
- `in`: The dimension of input node features.
- `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).
- `out`: The dimension of output node features.
- `σ`: Activation function. Default `identity`.
- `bias`: Learn the additive bias if true. Default `true`.
Expand Down

0 comments on commit f64c053

Please sign in to comment.