Skip to content

Commit

Permalink
Remove GNNlib code
Browse files Browse the repository at this point in the history
  • Loading branch information
aurorarossi committed Aug 18, 2024
1 parent 852ec84 commit e509abf
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions GNNlib/src/layers/temporalconv.jl
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
####################### TGCN ######################################

function tgcn_conv(l, h, g::GNNGraph, x::AbstractArray)
= l.conv(g, x)
h, x̃ = l.gru(h, x̃)
return h, x̃
end


function a3tgcn_conv(a3tgcn, g::GNNGraph, x::AbstractArray)
h = a3tgcn.tgcn(g, x)
e = a3tgcn.dense1(h)
Expand Down

0 comments on commit e509abf

Please sign in to comment.