You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+33-2
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,36 @@
2
2
## Description
3
3
This is the repository for the IJCAI-19 paper [Hierarchical Graph Convolutional Networks for Semi-supervised Node Classification](https://arxiv.org/pdf/1902.06667.pdf).
4
4
5
-
## Stay Tuned!
6
-
We will release all relevant codes and datasets ASAP!
5
+
## Requirements
6
+
7
+
- Tensorflow (1.9.0)
8
+
- networkx
9
+
10
+
## Usage
11
+
12
+
You can conduct node classification experiments on citation network (Cora, Citeseer or Pubmed) with the following commands:
0 commit comments