diff options
Diffstat (limited to 'diag/run_cin.sh')
| -rw-r--r-- | diag/run_cin.sh | 8 |
1 files changed, 8 insertions, 0 deletions
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)" |
