Skip to content

Commit 3afe364

Browse files
committed
clean up
1 parent 26e811f commit 3afe364

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

scripts/benchmark_model_inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
RWSE_TIMES = 0
130130

131131
# Keep original batch sizes list
132-
batch_sizes = [1, 2, 4, 8, 16, 32, 64, 96, 128, 256, 512, 640, 768, 1024, 2048, 2560, 3072, 3584, 4096, 6144, 9216, 13824, 17280, 20736, 30000, 35000, 40000, 45000, 50000, 55000, 60000, 65000, 70000, 75000, 80000, 85000, 90000]
132+
batch_sizes = [1, 2, 4, 8, 16, 32]
133133
iterations = args.iterations
134134

135135
# ----------------------------

scripts/run_benchmark.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
set +e # Do NOT exit on error
44

55
CONFIGS=(
6-
"gridfm01"
7-
"gridfm02"
6+
"grit01"
87
)
98

109
CONFIG_PATHS=(
11-
"../examples/config/gridFMv0.1_pretraining.yaml"
12-
"../examples/config/gridFMv0.2_pretraining.yaml"
10+
"../examples/config/r2-1_grit_pretraining_RWSE_multi.yaml"
1311
)
1412

1513
GRAPH_SIZES=(
@@ -37,4 +35,4 @@ for i in "${!CONFIGS[@]}"; do
3735
--num_nodes "$nodes" \
3836
--num_edges "$edges" || echo "Failed for $config_name with $nodes nodes"
3937
done
40-
done
38+
done

0 commit comments

Comments
 (0)