Commit 609ba690 authored by Andrey Filippov's avatar Andrey Filippov

CLAUDE: default L2 = runs/mexhat_gaps_boost40 (current production L2, was l2_v1)

Co-Authored-By: 's avatarClaude Opus 4.8 (1M context) <noreply@anthropic.com>
parent 49975486
Pipeline #3827 canceled with stages
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
set -e set -e
VENV="${VENV:-/home/elphel/git/dnn_infer_venv}" # torch==2.7.1+cu128 GPU venv VENV="${VENV:-/home/elphel/git/dnn_infer_venv}" # torch==2.7.1+cu128 GPU venv
RUN="${RUN:-runs/weighted9_pm_s}" # L1 run dir (model.pt) RUN="${RUN:-runs/weighted9_pm_s}" # L1 run dir (model.pt)
RUN2="${RUN2:-runs/l2_v1}" # L2 run dir (empty -> L1-only) RUN2="${RUN2:-runs/mexhat_gaps_boost40}" # L2 run dir (empty -> L1-only)
PORT="${PORT:-5577}" PORT="${PORT:-5577}"
cd "$(dirname "$0")" cd "$(dirname "$0")"
L2ARG=""; [ -n "$RUN2" ] && L2ARG="--l2run $RUN2" L2ARG=""; [ -n "$RUN2" ] && L2ARG="--l2run $RUN2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment