forked from templep/RESIST_perf_clustering
-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_experiments.sh
executable file
·37 lines (29 loc) · 2.61 KB
/
run_experiments.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
#!/bin/sh
# python script/representation.py gcc size -m embed -d 3 --data-dir data --output results --epochs=30
# python script/representation.py imagemagick size -m embed -d 3 --data-dir data --output results --epochs=30
# python script/representation.py lingeling conflicts -m embed -d 3 --data-dir data --output results --epochs=30
# python script/representation.py nodejs ops -m embed -d 3 --data-dir data --output results --epochs=30
# python script/representation.py poppler size -m embed -d 3 --data-dir data --output results --epochs=30
# python script/representation.py sqlite q1 -m embed -d 3 --data-dir data --output results --epochs=30
# python script/representation.py x264 kbs -m embed -d 3 --data-dir data --output results --epochs=30
# python script/representation.py xz size -m embed -d 3 --data-dir data --output results --epochs=30
# python script/representation.py x264 kbs -m original --data-dir data --output results
# python script/representation.py x264 kbs -m tsne -d 3 --data-dir data --output results
# python script/representation.py x264 kbs -m pca -d 3 --data-dir data --output results
# python script/representation.py x264 kbs -m embed -d 3 --data-dir data --output results
# python script/representation.py x264 kbs -m embed -d 32 --data-dir data --output results
python script/representation.py gcc size -m original --data-dir data --output results
python script/representation.py gcc size -m tsne -d 3 --data-dir data --output results
python script/representation.py gcc size -m pca -d 3 --data-dir data --output results
python script/representation.py gcc size -m embed -d 3 --data-dir data --output results
python script/representation.py gcc size -m embed -d 32 --data-dir data --output results
python script/representation.py imagemagick size -m original --data-dir data --output results
python script/representation.py imagemagick size -m tsne -d 3 --data-dir data --output results
python script/representation.py imagemagick size -m pca -d 3 --data-dir data --output results
python script/representation.py imagemagick size -m embed -d 3 --data-dir data --output results
python script/representation.py imagemagick size -m embed -d 32 --data-dir data --output results
python script/representation.py poppler size -m original --data-dir data --output results
python script/representation.py poppler size -m tsne -d 3 --data-dir data --output results
python script/representation.py poppler size -m pca -d 3 --data-dir data --output results
python script/representation.py poppler size -m embed -d 3 --data-dir data --output results
python script/representation.py poppler size -m embed -d 32 --data-dir data --output results