-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgpu1.sh
More file actions
18 lines (11 loc) · 737 Bytes
/
gpu1.sh
File metadata and controls
18 lines (11 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
#CUDA_VISIBLE_DEVICES=0 python generate_adv.py --data=0 --attack=2
#CUDA_VISIBLE_DEVICES=0 python generate_adv.py --data=0 --attack=3
#CUDA_VISIBLE_DEVICES=0 python generate_adv.py --data=0 --attack=4
#CUDA_VISIBLE_DEVICES=0 python generate_adv.py --data=0 --attack=5
#CUDA_VISIBLE_DEVICES=0 python generate_adv.py --data=0 --attack=0 --beam=1
#CUDA_VISIBLE_DEVICES=0 python generate_adv.py --data=0 --attack=0 --beam=2
#CUDA_VISIBLE_DEVICES=0 python generate_adv.py --data=0 --attack=0 --beam=3
#CUDA_VISIBLE_DEVICES=0 python generate_adv.py --data=0 --attack=0 --beam=4
#CUDA_VISIBLE_DEVICES=0 python generate_adv.py --data=0 --attack=0 --beam=5
CUDA_VISIBLE_DEVICES=1 python measure_senstive.py --data=1 --attack=0