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_cin.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 diag/run_cin.sh (limited to 'diag/run_cin.sh') diff --git a/diag/run_cin.sh b/diag/run_cin.sh new file mode 100644 index 0000000..6be362d --- /dev/null +++ b/diag/run_cin.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash +set -uo pipefail +cd /home/yurenh2/rrog; export PYTHONPATH=/home/yurenh2/rrog +echo "CIN start gpu=${CUDA_VISIBLE_DEVICES:-?} $(date -Is)" +for s in 0 1 2 3 4; do + echo "== cin s$s =="; python3 diag/cin_color.py --grad_mode full --seed "$s" || echo "!! cin s$s" +done +echo "doneCIN=$(date -Is)" -- cgit v1.2.3