diff options
| -rwxr-xr-x | experiments/rain_ep_centered_r3.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/experiments/rain_ep_centered_r3.sh b/experiments/rain_ep_centered_r3.sh index be44649..bc23089 100755 --- a/experiments/rain_ep_centered_r3.sh +++ b/experiments/rain_ep_centered_r3.sh @@ -5,7 +5,7 @@ ROOT=/home/yurenh2/sdil AUTHOR=/scratch/yurenh2/energy-based-learning PYTHON=/scratch/yurenh2/venvs/burstccn/bin/python PROFILE="$ROOT/results/physical_bias/p0_state_dependence.json" -OUT="$ROOT/results/ep_bias/centered_r3" +OUT="${RAIN_EP_OUT:-$ROOT/results/ep_bias/centered_r3}" mkdir -p "$OUT" cd "$AUTHOR" @@ -30,7 +30,7 @@ run_cell() { --output "$OUT/$tag.json" > "$OUT/$tag.log" 2>&1 } -seeds=(1988 1989) +read -r -a seeds <<< "${RAIN_EP_SEEDS:-1988 1989}" methods=(clean raw constant innovation) tags=(clean raw intercept sdil) gpu=0 |
