We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86d1f1 commit a7f260cCopy full SHA for a7f260c
perf/perf.jl
@@ -37,8 +37,8 @@ end
37
layers = [GCNConv, GraphConv, GATConv]
38
)
39
40
-Benchmark GNN layers on random regular graphs
41
-of connectivity `c` and each nodes' number in the list `Ns`.
+Benchmark GNN layers on Erdos-Renyi ranomd graphs
+with average degree `c`. Benchmarks are perfomed for each graph size in the list `Ns`.
42
`D` is the number of node features.
43
"""
44
function run_benchmarks(;
0 commit comments