Skip to content

Commit 6ee25a3

Browse files
author
gyzhou2000
committed
rename and update
1 parent a3cad86 commit 6ee25a3

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

.github/workflows/test_push.yml

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
2929
- name: Install Other dependencies Package
3030
run: |
31-
pip install dgNN
32-
pip install GPUtil
3331
pip install ninja
3432
3533
- name: Install TensorLyaerX
File renamed without changes.

examples/fusedgat/readme.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ TL_BACKEND="torch" python fusedgat_trainer.py --dataset cora --lr 0.01 --l2_coef
2424
TL_BACKEND="torch" python fusedgat_trainer.py --dataset citeseer --lr 0.01 --l2_coef 0.01 --drop_rate 0.6
2525
TL_BACKEND="torch" python fusedgat_trainer.py --dataset pubmed --lr 0.01 --l2_coef 0.001 --drop_rate 0.2
2626

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
3030

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
3434
```
3535

3636
| Dataset | Our(torch) |

0 commit comments

Comments
 (0)