-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Save before modify to autoaug version.
- Loading branch information
feichi
committed
Aug 21, 2020
1 parent
f6c86de
commit 3275d13
Showing
14 changed files
with
5,559 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
srun -p VI_Face_1080TI -N 1 --gres=gpu:8 --job-name=branch1 python -u random_search.py \ | ||
--opnum 1 --opdepth 1 --policybatch 5 --attackbatch 32 --datasplit 500 --log branch_1.log & | ||
--opnum 1 --opdepth 1 --policybatch 3 --attackbatch 32 --datasplit 500 --log branch_1_new.log & | ||
|
||
srun -p VI_Face_1080TI -N 1 --gres=gpu:8 --job-name=branch3 python -u random_search.py \ | ||
--opnum 3 --opdepth 1 --policybatch 5 --attackbatch 16 --datasplit 500 --log branch_3.log & | ||
--opnum 3 --opdepth 1 --policybatch 3 --attackbatch 16 --datasplit 500 --log branch_3_new.log & | ||
|
||
srun -p VI_Face_1080TI -N 1 --gres=gpu:8 --job-name=branch5 python -u random_search.py \ | ||
--opnum 5 --opdepth 1 --policybatch 5 --attackbatch 8 --datasplit 500 --log branch_5.log & | ||
--opnum 5 --opdepth 1 --policybatch 3 --attackbatch 8 --datasplit 500 --log branch_5_new.log & | ||
|
||
srun -p VI_Face_1080TI -N 1 --gres=gpu:8 --job-name=branch7 python -u random_search.py \ | ||
--opnum 7 --opdepth 1 --policybatch 5 --attackbatch 8 --datasplit 500 --log branch_7.log & | ||
--opnum 7 --opdepth 1 --policybatch 3 --attackbatch 8 --datasplit 500 --log branch_7_new.log & | ||
|
||
srun -p VI_Face_1080TI -N 1 --gres=gpu:8 --job-name=branch9 python -u random_search.py \ | ||
--opnum 9 --opdepth 1 --policybatch 5 --attackbatch 4 --datasplit 500 --log branch_9.log & | ||
--opnum 9 --opdepth 1 --policybatch 3 --attackbatch 4 --datasplit 500 --log branch_9_new.log & |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
#srun -p VI_Face_1080TI -N 1 --gres=gpu:8 --job-name=op3 python -u random_search.py \ | ||
# --opnum 3 --opdepth 2 --policybatch 3 --attackbatch 16 --datasplit 500 --log op_2.log & | ||
|
||
#srun -p VI_Face_1080TI -N 1 --gres=gpu:8 --job-name=op5 python -u random_search.py \ | ||
# --opnum 3 --opdepth 3 --policybatch 3 --attackbatch 16 --datasplit 500 --log op_3.log & | ||
|
||
srun -p VI_Face_1080TI -N 1 --gres=gpu:8 --job-name=op7 python -u random_search.py \ | ||
--opnum 3 --opdepth 4 --policybatch 3 --attackbatch 16 --datasplit 500 --log op_4.log & | ||
|
||
#srun -p VI_Face_1080TI -N 1 --gres=gpu:8 --job-name=op9 python -u random_search.py \ | ||
# --opnum 3 --opdepth 5 --policybatch 3 --attackbatch 16 --datasplit 500 --log op_5.log & |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters