Skip to content

Commit

Permalink
fix modeltag x 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mieskolainen committed Oct 31, 2024
1 parent cae888c commit 718b5af
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions tests/runme_zee_gridtune.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

DEFAULT_DATAPATH="./actions-stash/input/icezee"
DEFAULT_CONFIG="tune0_EEm"
DEFAULT_MODELTAG="none"
DEFAULT_MODELTAG="GRIDTUNE"

DEFAULT_BETA_ARRAY=(0.0 0.1)
DEFAULT_SIGMA_ARRAY=(0.0 0.2)
Expand Down Expand Up @@ -100,11 +100,11 @@ if [[ $GRID_ID == -1 && $GRID_NODES == 1 ]]; then

python analysis/zee.py --runmode genesis $MAX --modeltag ${MODELTAG} --config ${CONFIG}.yml --datapath $DATAPATH

python analysis/zee.py --runmode train $MAX --modeltag ${MODELTAG} --config ${CONFIG}.yml --datapath $DATAPATH \
--modeltag GRIDTUNE --run_id "INIT" --compute 0
python analysis/zee.py --runmode train $MAX --modeltag ${MODELTAG} --config ${CONFIG}.yml --datapath $DATAPATH \
--run_id "INIT" --compute 0

python analysis/zee.py --runmode eval $MAX --modeltag ${MODELTAG} --config ${CONFIG}.yml --datapath $DATAPATH \
--modeltag GRIDTUNE --run_id "INIT" --compute 0
python analysis/zee.py --runmode eval $MAX --modeltag ${MODELTAG} --config ${CONFIG}.yml --datapath $DATAPATH \
--run_id "INIT" --compute 0

return 0 # do not use exit
fi
Expand Down Expand Up @@ -202,12 +202,12 @@ echo ""
python analysis/zee.py --runmode genesis $MAX --modeltag ${MODELTAG} --config ${CONFIG}.yml --datapath $DATAPATH

python analysis/zee.py --runmode train $MAX --modeltag ${MODELTAG} --config ${CONFIG}.yml --datapath $DATAPATH \
--modeltag GRIDTUNE --run_id $RUN_ID --supertune "${SUPERTUNE}" # Note " "
--run_id $RUN_ID --supertune "${SUPERTUNE}" # Note " "

python analysis/zee.py --runmode eval $MAX --modeltag ${MODELTAG} --config ${CONFIG}.yml --datapath $DATAPATH \
--modeltag GRIDTUNE --run_id $RUN_ID --evaltag "minloss" --supertune "models.iceboost_swd.readmode=-1"
--run_id $RUN_ID --evaltag "minloss" --supertune "models.iceboost_swd.readmode=-1"

python analysis/zee.py --runmode eval $MAX --modeltag ${MODELTAG} --config ${CONFIG}.yml --datapath $DATAPATH \
--modeltag GRIDTUNE --run_id $RUN_ID --evaltag "last" --supertune "models.iceboost_swd.readmode=-2"
--run_id $RUN_ID --evaltag "last" --supertune "models.iceboost_swd.readmode=-2"

done
2 changes: 1 addition & 1 deletion tests/zee/gridtune_task_EB.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ICEPATH="/vols/cms/mmieskol/icenet"

DATAPATH="/vols/cms/pfk18/phd/hgg/Jul23/NN21July/N/validations/outputs/Csplit_Jsamp/files"
CONFIG="tune0_EB"
MODELTAG="none"
MODELTAG="GRIDTUNE"
maxevents=500000

BETA_ARRAY=(0.0 0.0025 0.005 0.01 0.02 0.04)
Expand Down
2 changes: 1 addition & 1 deletion tests/zee/gridtune_task_EEm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ICEPATH="/vols/cms/mmieskol/icenet"

DATAPATH="/vols/cms/pfk18/phd/hgg/Jul23/NN21July/N/validations/outputs/Csplit_Jsamp/files"
CONFIG="tune0_EEm"
MODELTAG="none"
MODELTAG="GRIDTUNE"
maxevents=500000

BETA_ARRAY=(0.0 0.0025 0.005 0.01 0.02 0.04)
Expand Down
2 changes: 1 addition & 1 deletion tests/zee/gridtune_task_EEp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ICEPATH="/vols/cms/mmieskol/icenet"

DATAPATH="/vols/cms/pfk18/phd/hgg/Jul23/NN21July/N/validations/outputs/Csplit_Jsamp/files"
CONFIG="tune0_EEp"
MODELTAG="none"
MODELTAG="GRIDTUNE"
maxevents=500000

BETA_ARRAY=(0.0 0.0025 0.005 0.01 0.02 0.04)
Expand Down

0 comments on commit 718b5af

Please sign in to comment.