-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtrain_local.sh
executable file
·41 lines (34 loc) · 1.95 KB
/
train_local.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#!/bin/bash
## NORMAL
# sbatch ./scripts/local/train_local_dense_extended.sbatch
# sbatch ./scripts/local/train_local_dense.sbatch
# sbatch ./scripts/local/train_local_sparse_64_extended.sbatch
# sbatch ./scripts/local/train_local_sparse_128_extended.sbatch
# sbatch ./scripts/local/train_local_sparse_256_extended.sbatch
# sbatch ./scripts/local/train_local_sparse_64.sbatch
# sbatch ./scripts/local/train_local_sparse_128.sbatch
# sbatch ./scripts/local/train_local_sparse_256.sbatch
# sbatch ./scripts/local/train_local_sparse_512.sbatch
# sbatch ./scripts/local/train_local_sparse_512_extended.sbatch
## LARGE
# sbatch ./scripts/local_large/train_local_dense_extended.sbatch
# sbatch ./scripts/local_large/train_local_sparse_64_extended.sbatch
# sbatch ./scripts/local_large/train_local_sparse_128_extended.sbatch
# sbatch ./scripts/local_large/train_local_sparse_256_extended_long.sbatch
# sbatch ./scripts/local_large/train_local_sparse_512_extended_long.sbatch
## LARGER
# sbatch scripts/local_larger/train_local_dense_extended.sbatch
# sbatch scripts/local_larger/train_local_sparse_64_extended.sbatch
# sbatch scripts/local_larger/train_local_sparse_128_extended.sbatch
# sbatch scripts/local_larger/train_local_sparse_256_extended_long.sbatch
# sbatch scripts/local_larger/train_local_sparse_512_extended_long.sbatch
## LARGER augment
# sbatch scripts/local_larger_augment/train_local_sparse_512_extended_long.sbatch
## 2 stage
# sbatch scripts/local_larger_2/train_local_dense_extended_load_f_aug64_c.sbatch
# sbatch scripts/local_larger_2/train_local_sparse_64_extended_load_f_aug64_c.sbatch
# sbatch scripts/local_larger_2/train_local_sparse_128_extended_load_f_aug64_c.sbatch
# sbatch scripts/local_larger_2/train_local_sparse_256_extended_long_load_f_aug64_c.sbatch
# sbatch scripts/local_larger_2/train_local_sparse_512_extended_long_load_f_aug64_c.sbatch
## 2 stage augment
# sbatch scripts/local_larger_augment/train_local_sparse_512_extended_long_load_f_aug64_c.sbatch