File tree 4 files changed +6
-8
lines changed
4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 28
28
29
29
- name : Install Other dependencies Package
30
30
run : |
31
- pip install dgNN
32
- pip install GPUtil
33
31
pip install ninja
34
32
35
33
- name : Install TensorLyaerX
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ TL_BACKEND="torch" python fusedgat_trainer.py --dataset cora --lr 0.01 --l2_coef
24
24
TL_BACKEND=" torch" python fusedgat_trainer.py --dataset citeseer --lr 0.01 --l2_coef 0.01 --drop_rate 0.6
25
25
TL_BACKEND=" torch" python fusedgat_trainer.py --dataset pubmed --lr 0.01 --l2_coef 0.001 --drop_rate 0.2
26
26
27
- TL_BACKEND=" torch" python test_fusedgat .py --dataset cora --lr 0.01 --l2_coef 0.005 --drop_rate 0.7
28
- TL_BACKEND=" torch" python test_fusedgat .py --dataset citeseer --lr 0.01 --l2_coef 0.01 --drop_rate 0.6
29
- TL_BACKEND=" torch" python test_fusedgat .py --dataset pubmed --lr 0.01 --l2_coef 0.001 --drop_rate 0.2
27
+ TL_BACKEND=" torch" python fusedgat_tester .py --dataset cora --lr 0.01 --l2_coef 0.005 --drop_rate 0.7
28
+ TL_BACKEND=" torch" python fusedgat_tester .py --dataset citeseer --lr 0.01 --l2_coef 0.01 --drop_rate 0.6
29
+ TL_BACKEND=" torch" python fusedgat_tester .py --dataset pubmed --lr 0.01 --l2_coef 0.001 --drop_rate 0.2
30
30
31
- TL_BACKEND=" torch" python test_gat .py --dataset cora --lr 0.01 --l2_coef 0.005 --drop_rate 0.7
32
- TL_BACKEND=" torch" python test_gat .py --dataset citeseer --lr 0.01 --l2_coef 0.01 --drop_rate 0.6
33
- TL_BACKEND=" torch" python test_gat .py --dataset pubmed --lr 0.01 --l2_coef 0.001 --drop_rate 0.2
31
+ TL_BACKEND=" torch" python gat_tester .py --dataset cora --lr 0.01 --l2_coef 0.005 --drop_rate 0.7
32
+ TL_BACKEND=" torch" python gat_tester .py --dataset citeseer --lr 0.01 --l2_coef 0.01 --drop_rate 0.6
33
+ TL_BACKEND=" torch" python gat_tester .py --dataset pubmed --lr 0.01 --l2_coef 0.001 --drop_rate 0.2
34
34
```
35
35
36
36
| Dataset | Our(torch) |
You can’t perform that action at this time.
0 commit comments