Skip to content

Commit

Permalink
Merge pull request #186 from umbriquse/master
Browse files Browse the repository at this point in the history
Fix Spelling
  • Loading branch information
CarloLucibello authored Jun 9, 2022
2 parents 4dcc8a2 + f64c053 commit aeba9a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -401,7 +401,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 aeba9a3

Please sign in to comment.