-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathrun_NAEA.sh
executable file
·68 lines (68 loc) · 3.76 KB
/
run_NAEA.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#!/bin/sh
cd ..
# CUDA_VISIBLE_DEVICES=0 python3 run.py --log naea \
# --data_dir "data/DBP15K/zh_en" \
# --rate 0.3 \
# --epoch 1000 \
# --check 10 \
# --update 10 \
# --train_batch_size 20000 \
# --swap \
# --bootstrap \
# --start_bp 9 \
# --threshold 0.7 \
# --encoder "NAEA" \
# --hiddens "75" \
# --decoder "[N_TransE],N_TransE,N_R_Align" \
# --sampling "T,T,N" \
# --k "10,10,20" \
# --margin "0.5-2-0.2,0.5-2-0.2,0.8" \
# --alpha "0.2,0.8,1" \
# --feat_drop 0.0 \
# --lr 0.05 \
# --train_dist "euclidean" \
# --test_dist "cosine"
# CUDA_VISIBLE_DEVICES=0 python3 run.py --log naea \
# --data_dir "data/DBP15K/ja_en" \
# --rate 0.3 \
# --epoch 1000 \
# --check 10 \
# --update 10 \
# --train_batch_size 20000 \
# --swap \
# --bootstrap \
# --start_bp 9 \
# --threshold 0.7 \
# --encoder "NAEA" \
# --hiddens "75" \
# --decoder "[N_TransE],N_TransE,N_R_Align" \
# --sampling "T,T,N" \
# --k "10,10,20" \
# --margin "0.5-2-0.2,0.5-2-0.2,0.8" \
# --alpha "0.2,0.8,1" \
# --feat_drop 0.0 \
# --lr 0.05 \
# --train_dist "euclidean" \
# --test_dist "cosine"
# CUDA_VISIBLE_DEVICES=0 python3 run.py --log naea \
# --data_dir "data/DBP15K/fr_en" \
# --rate 0.3 \
# --epoch 1000 \
# --check 10 \
# --update 10 \
# --train_batch_size 20000 \
# --swap \
# --bootstrap \
# --start_bp 9 \
# --threshold 0.7 \
# --encoder "NAEA" \
# --hiddens "75" \
# --decoder "[N_TransE],N_TransE,N_R_Align" \
# --sampling "T,T,N" \
# --k "10,10,20" \
# --margin "0.5-2-0.2,0.5-2-0.2,0.8" \
# --alpha "0.2,0.8,1" \
# --feat_drop 0.0 \
# --lr 0.05 \
# --train_dist "euclidean" \
# --test_dist "cosine"