Skip to content

Commit

Permalink
Update src/layers/conv.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Carlo Lucibello <[email protected]>
  • Loading branch information
rbSparky and CarloLucibello authored Jun 7, 2024
1 parent 7b2cb5b commit c0113eb
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 @@ -1593,7 +1593,7 @@ end
@doc raw"""
TAGConv(in => out, k=3; bias=true, init=glorot_uniform, add_self_loops=true, use_edge_weight=false)
TAGConv layer from "Topology Adaptive Graph Convolutional Networks" (https://arxiv.org/pdf/1710.10370.pdf).
TAGConv layer from [Topology Adaptive Graph Convolutional Networks](https://arxiv.org/pdf/1710.10370.pdf).
This layer extends the idea of graph convolutions by applying filters that adapt to the topology of the data.
It performs the operation:
Expand Down

0 comments on commit c0113eb

Please sign in to comment.