From d12722525fc010a3910b5152c72654a2ade5eac4 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Wed, 17 Jun 2026 11:19:27 -0500 Subject: Initial import --- diag/run_ff.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 diag/run_ff.sh (limited to 'diag/run_ff.sh') diff --git a/diag/run_ff.sh b/diag/run_ff.sh new file mode 100644 index 0000000..e2b7b0a --- /dev/null +++ b/diag/run_ff.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash +set -uo pipefail +cd /home/yurenh2/rrog; export PYTHONPATH=/home/yurenh2/rrog +echo "FF start gpu=${CUDA_VISIBLE_DEVICES:-?} $(date -Is)" +for conv in gcn gat; do for L in 4 8 16; do for s in 0 1 2; do + python3 diag/ff_color.py --conv "$conv" --L "$L" --seed "$s" || echo "!! ff $conv L$L s$s" +done; done; done +echo "doneFF=$(date -Is)" -- cgit v1.2.3