-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrun_commands_sample
19 lines (19 loc) · 3.95 KB
/
run_commands_sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
python2 cLL-ML.py --resDir UW_raw_75_0 --pre conf_files/UW_english/UW_AMT_description_documents_per_image_nopreproc_stop_raw.conf --cat object --cutoff 0.75 --visfeat ImgDz --listof list_of_images.conf
python2 cLL-ML.py --resDir UW_raw_75_1 --pre conf_files/UW_english/UW_AMT_description_documents_per_image_nopreproc_stop_raw.conf --cat object --cutoff 0.75 --visfeat ImgDz --listof list_of_images.conf
python2 cLL-ML.py --resDir UW_raw_75_2 --pre conf_files/UW_english/UW_AMT_description_documents_per_image_nopreproc_stop_raw.conf --cat object --cutoff 0.75 --visfeat ImgDz --listof list_of_images.conf
python2 cLL-ML.py --resDir UW_raw_75_3 --pre conf_files/UW_english/UW_AMT_description_documents_per_image_nopreproc_stop_raw.conf --cat object --cutoff 0.75 --visfeat ImgDz --listof list_of_images.conf
python2 cLL-ML.py --resDir UW_raw_75_4 --pre conf_files/UW_english/UW_AMT_description_documents_per_image_nopreproc_stop_raw.conf --cat object --cutoff 0.75 --visfeat ImgDz --listof list_of_images.conf
python2 cLL-ML.py --resDir UW_raw_75_5 --pre conf_files/UW_english/UW_AMT_description_documents_per_image_nopreproc_stop_raw.conf --cat object --cutoff 0.75 --visfeat ImgDz --listof list_of_images.conf
python2 cLL-ML.py --resDir UW_raw_75_6 --pre conf_files/UW_english/UW_AMT_description_documents_per_image_nopreproc_stop_raw.conf --cat object --cutoff 0.75 --visfeat ImgDz --listof list_of_images.conf
python2 cLL-ML.py --resDir UW_raw_75_7 --pre conf_files/UW_english/UW_AMT_description_documents_per_image_nopreproc_stop_raw.conf --cat object --cutoff 0.75 --visfeat ImgDz --listof list_of_images.conf
python2 cLL-ML.py --resDir UW_raw_75_8 --pre conf_files/UW_english/UW_AMT_description_documents_per_image_nopreproc_stop_raw.conf --cat object --cutoff 0.75 --visfeat ImgDz --listof list_of_images.conf
for i in {1..21}; do python2 Validation/macro-pos5DescrNegDocVecdistractorTest.py UW_raw_75_0/NoOfDataPoints object object conf_files/UW_english/UW_AMT_description_documents_per_image_nopreproc_stop_raw.conf | tee -a UW_raw_75_object.csv; done
for i in {1..21}; do python2 Validation/macro-pos5DescrNegDocVecdistractorTest.py UW_raw_75_1/NoOfDataPoints object object conf_files/UW_english/UW_AMT_description_documents_per_image_nopreproc_stop_raw.conf | tee -a UW_raw_75_object.csv; done
for i in {1..21}; do python2 Validation/macro-pos5DescrNegDocVecdistractorTest.py UW_raw_75_2/NoOfDataPoints object object conf_files/UW_english/UW_AMT_description_documents_per_image_nopreproc_stop_raw.conf | tee -a UW_raw_75_object.csv; done
for i in {1..21}; do python2 Validation/macro-pos5DescrNegDocVecdistractorTest.py UW_raw_75_3/NoOfDataPoints object object conf_files/UW_english/UW_AMT_description_documents_per_image_nopreproc_stop_raw.conf | tee -a UW_raw_75_object.csv; done
for i in {1..21}; do python2 Validation/macro-pos5DescrNegDocVecdistractorTest.py UW_raw_75_4/NoOfDataPoints object object conf_files/UW_english/UW_AMT_description_documents_per_image_nopreproc_stop_raw.conf | tee -a UW_raw_75_object.csv; done
for i in {1..21}; do python2 Validation/macro-pos5DescrNegDocVecdistractorTest.py UW_raw_75_5/NoOfDataPoints object object conf_files/UW_english/UW_AMT_description_documents_per_image_nopreproc_stop_raw.conf | tee -a UW_raw_75_object.csv; done
for i in {1..21}; do python2 Validation/macro-pos5DescrNegDocVecdistractorTest.py UW_raw_75_6/NoOfDataPoints object object conf_files/UW_english/UW_AMT_description_documents_per_image_nopreproc_stop_raw.conf | tee -a UW_raw_75_object.csv; done
for i in {1..21}; do python2 Validation/macro-pos5DescrNegDocVecdistractorTest.py UW_raw_75_7/NoOfDataPoints object object conf_files/UW_english/UW_AMT_description_documents_per_image_nopreproc_stop_raw.conf | tee -a UW_raw_75_object.csv; done
for i in {1..21}; do python2 Validation/macro-pos5DescrNegDocVecdistractorTest.py UW_raw_75_8/NoOfDataPoints object object conf_files/UW_english/UW_AMT_description_documents_per_image_nopreproc_stop_raw.conf | tee -a UW_raw_75_object.csv; done