Skip to content

Commit

Permalink
Update conv_tests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
rbSparky authored Sep 30, 2024
1 parent a49df82 commit 599ba9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNNLux/test/layers/conv_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
l = TransformerConv((6, ein) => 8, heads = 2, gating = true, bias_qkv = true)
test_lux_layer(rng, l, g, x, outputsize = (16,), e = e, container = true)

l = TransformerConv((16, ein) => 8, heads = 2, concat = false, skip_connection = true)
l = TransformerConv((16, ein) => 16, heads = 2, concat = false, skip_connection = true)
test_lux_layer(rng, l, g, x, outputsize = (16,), e = e, container = true)
end

Expand Down

0 comments on commit 599ba9a

Please sign in to comment.