Skip to content

Commit

Permalink
Generalize save root
Browse files Browse the repository at this point in the history
  • Loading branch information
klshuster committed Oct 18, 2017
1 parent 79849aa commit 61606cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/memnn_bAbI_parameter_sweep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ SWEEP_NAME=memnn_bAbI_parameter_sweep # Sweep name
JOBSCRIPTS=scripts
mkdir -p ${JOBSCRIPTS}

SAVE_ROOT=/checkpoint/kshuster/${DATE}/${SWEEP_NAME}
SAVE_ROOT=/path/to/model/save/root # Where to save the model files
# (e.g. /tmp/${DATE}/${SWEEP_NAME})
mkdir -p stdout stderr

# Training parameters
Expand Down

0 comments on commit 61606cc

Please sign in to comment.