-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathrun_TransEdge.sh
executable file
·71 lines (71 loc) · 3.76 KB
/
run_TransEdge.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
69
70
71
#!/bin/sh
cd ..
# CUDA_VISIBLE_DEVICES=0 python3 run.py --log transedge \
# --data_dir "data/DBP15K/zh_en" \
# --rate 0.3 \
# --epoch 1000 \
# --check 10 \
# --update 10 \
# --train_batch_size 20000 \
# --share \
# --csls 5 \
# --bootstrap \
# --start_bp 9 \
# --threshold 0.7 \
# --encoder "" \
# --hiddens "75" \
# --decoder "TransEdge" \
# --sampling "T" \
# --k "20" \
# --margin "0.2-0.8-1.0" \
# --alpha "1" \
# --feat_drop 0.0 \
# --lr 0.05 \
# --train_dist "euclidean" \
# --test_dist "inner"
# CUDA_VISIBLE_DEVICES=0 python3 run.py --log transedge \
# --data_dir "data/DBP15K/ja_en" \
# --rate 0.3 \
# --epoch 1000 \
# --check 10 \
# --update 10 \
# --train_batch_size 20000 \
# --share \
# --csls 5 \
# --bootstrap \
# --start_bp 9 \
# --threshold 0.7 \
# --encoder "" \
# --hiddens "75" \
# --decoder "TransEdge" \
# --sampling "T" \
# --k "20" \
# --margin "0.2-0.8-1.0" \
# --alpha "1" \
# --feat_drop 0.0 \
# --lr 0.05 \
# --train_dist "euclidean" \
# --test_dist "inner"
# CUDA_VISIBLE_DEVICES=0 python3 run.py --log transedge \
# --data_dir "data/DBP15K/fr_en" \
# --rate 0.3 \
# --epoch 1000 \
# --check 10 \
# --update 10 \
# --train_batch_size 20000 \
# --share \
# --csls 5 \
# --bootstrap \
# --start_bp 9 \
# --threshold 0.7 \
# --encoder "" \
# --hiddens "75" \
# --decoder "TransEdge" \
# --sampling "T" \
# --k "20" \
# --margin "0.2-0.8-1.0" \
# --alpha "1" \
# --feat_drop 0.0 \
# --lr 0.05 \
# --train_dist "euclidean" \
# --test_dist "inner"