Skip to content

Commit 4296694

Browse files
cleanup
1 parent d0d39d7 commit 4296694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/examples/node_classification_cora.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ for Layer in [
9292
# (nin, nout) -> EdgeConv(Dense(2nin, nout, relu)), # Fits the traning set but does not generalize well
9393
]
9494

95-
@show Layer(2,2)
96-
train_res, test_res = train(Layer, verbose=true)
95+
# @show Layer(2,2)
96+
train_res, test_res = train(Layer, verbose=false)
9797
@test train_res.acc > 95
9898
@test test_res.acc > 70
9999
end

0 commit comments

Comments
 (0)