Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 458 Bytes

NOTES.grid.md

File metadata and controls

21 lines (14 loc) · 458 Bytes

Grid Search 1

...

GRID_DIR=~/workspace/scratch/latent_transfer/grid
GRID_CMDS=$GRID_DIR/cmds
GRID_HASH=$GRID_DIR/hash

mkdir -p $GRID_DIR
> $GRID_CMDS  # CLEAR cmd
> $GRID_HASH  # CLEAR hash, only do manually!
./grid_1_print.py >> $GRID_CMDS  # Need rerun
./grid_2_print.py >> $GRID_CMDS  # Need rerun
./grid_3_print.py >> $GRID_CMDS  # Need rerun

./host_run_batch_jobs.py --nb_gpu 4 --cmds_file $GRID_CMDS --finished_hash_file $GRID_HASH