-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_percentage.sh
12 lines (11 loc) · 1.37 KB
/
run_percentage.sh
1
2
3
4
5
6
7
8
9
10
11
12
CUDA_VISIBLE_DEVICES=1 /home/samuel/anaconda2/envs/env_py3.7/bin/python run_percentage.py --percentage 0.75 > run_0.75_wm.log &
CUDA_VISIBLE_DEVICES=2 /home/samuel/anaconda2/envs/env_py3.7/bin/python run_percentage.py --percentage 0.90 > run_0.90_wm.log &
CUDA_VISIBLE_DEVICES=3 /home/samuel/anaconda2/envs/env_py3.7/bin/python run_percentage.py --percentage 0.95 > run_0.95_wm.log &
CUDA_VISIBLE_DEVICES=4 /home/samuel/anaconda2/envs/env_py3.7/bin/python run_percentage.py --percentage 0.98 > run_0.98_wm.log &
CUDA_VISIBLE_DEVICES=5 /home/samuel/anaconda2/envs/env_py3.7/bin/python run_percentage.py --percentage 0.99 > run_0.99_wm.log &
CUDA_VISIBLE_DEVICES=1 /home/samuel/anaconda2/envs/env_py3.7/bin/python run_percentage.py --percentage 0.50 > run_0.50_wm.log &
CUDA_VISIBLE_DEVICES=2 /home/samuel/anaconda2/envs/env_py3.7/bin/python run_percentage.py --percentage 0.25 > run_0.25_wm.log &
CUDA_VISIBLE_DEVICES=3 /home/samuel/anaconda2/envs/env_py3.7/bin/python run_percentage.py --percentage 0.10 > run_0.10_wm.log &
CUDA_VISIBLE_DEVICES=4 /home/samuel/anaconda2/envs/env_py3.7/bin/python run_percentage.py --percentage 0.05 > run_0.05_wm.log &
CUDA_VISIBLE_DEVICES=5 /home/samuel/anaconda2/envs/env_py3.7/bin/python run_percentage.py --percentage 0.02 > run_0.02_wm.log &
CUDA_VISIBLE_DEVICES=6 /home/samuel/anaconda2/envs/env_py3.7/bin/python run_percentage.py --percentage 0.01 > run_0.01_wm.log