-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjob-grid-search.sh
24 lines (20 loc) · 1.13 KB
/
job-grid-search.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash
#SBATCH --time=7-00:00:00
#SBATCH --nodes=1
#SBATCH --partition=dsi
#SBATCH --cpus-per-task=4
#SBATCH --output=100K20KCAVINESSbestgrid753_3s2DH_%j.out
#SBATCH --mem-per-cpu=MaxMemPerNode
#SBATCH --mail-type=BEGIN,END,FAIL
#SBATCH --mail-user='[email protected]'
vpkg_devrequire anaconda/5.2.0:python3
source activate tffnn
:: python3 grid_run.py "1-16-32-32-[7,10]-[3,5]-[3,5]-0.4-0.4-0.01-[100,200]"
:: python3 test.py "100K20KCAVINESSbestgrid1053100_3s2DH"
:: python3 grid_run_best.py "1-16-32-32-7-5-5-0.4-0.4-0.01-60" "100K20KCAVINESSbestgrid1053100_3s2DH"
:: python3 grid_run_best.py "1-16-32-32-7-5-5-0.4-0.4-0.01-100" "100K20KCAVINESSbestgrid1053100_3s2DH"
:: python3 grid_run_best.py "1-16-32-32-7-5-5-0.4-0.4-0.01-200" "100K20KCAVINESSbestgrid1053100_3s2DH"
python3 grid_run_best.py "1-16-32-32-7-5-3-0.4-0.4-0.01-100" "100K20KCAVINESSbestgrid_3s2DH"
python3 grid_run_best.py "1-16-32-32-10-5-3-0.4-0.4-0.01-60" "100K20KCAVINESSbestgrid_3s2DH"
python3 grid_run_best.py "1-16-32-32-10-5-3-0.4-0.4-0.01-100" "100K20KCAVINESSbestgrid_3s2DH"
python3 grid_run_best.py "1-16-32-32-10-5-3-0.4-0.4-0.01-200" "100K20KCAVINESSbestgrid_3s2DH"