-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile
38 lines (30 loc) · 1.13 KB
/
Makefile
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
table8:
./script/table8.sh
test-table8:
./script/test-table8.sh
table6:
./script/table6-baseline-bow.sh
./script/table6-baseline-dbd.sh
./script/table6-baseline-innereye.sh
./script/table6-x86-windows.sh
./script/table6-x86-aarch64.sh
test-table6:
./script/table6-baseline-bow.sh
./script/table6-baseline-dbd.sh
./script/table6-baseline-innereye.sh
./script/test-table6-x86-windows.sh
./script/test-table6-x86-aarch64.sh
table7:
python ./src/train.py --k 25 --layer 5 --target libcrypto-xarch --embedding_type bow --seed 10 --epochs 200 --norestore --norecord --novalidate
python ./src/train.py --k 25 --layer 5 --target libcrypto --embedding_type bow --seed 10 --epochs 50 --norestore --norecord --novalidate
python ./src/train.py --k 50 --layer 5 --target openssl --embedding_type bow --seed 10 --epochs 10 --norestore --norecord --novalidate
python ./src/train.py --k 50 --layer 5 --target sqlite3 --embedding_type bow --seed 10 --epochs 130 --norestore --norecord --novalidate
./script/table7.sh
test-table7:
./script/table7.sh
figure3:
./script/figure3.sh
test-figure3:
./script/test-figure3.sh
test:
./script/test-run.sh