Unverified Commit ae18d7f0 authored by Tianjun Xiao's avatar Tianjun Xiao Committed by GitHub
Browse files

[Example]Add dependencies for GNN-Film and dagnn (#2633)

* add dependencies for GNN-Film and dagnn

* fix

* fix

* fix
parent 98ac391e
...@@ -9,6 +9,14 @@ Example implementor ...@@ -9,6 +9,14 @@ Example implementor
This example was implemented by [Kounianhua Du](https://github.com/KounianhuaDu) during her Software Dev Engineer Intern work at the AWS Shanghai AI Lab. This example was implemented by [Kounianhua Du](https://github.com/KounianhuaDu) during her Software Dev Engineer Intern work at the AWS Shanghai AI Lab.
Dependencies
----------------------
- numpy 1.19.4
- sklearn 0.22.1
- pytorch 1.4.0
- dgl 0.5.3
The graph dataset used in this example The graph dataset used in this example
--------------------------------------- ---------------------------------------
The DGL's built-in PPIDataset. This is a Protein-Protein Interaction dataset for inductive node classification. The PPIDataset is a toy Protein-Protein Interaction network dataset. The dataset contains 24 graphs. The average number of nodes per graph is 2372. Each node has 50 features and 121 labels. There are 20 graphs for training, 2 for validation, and 2 for testing. The DGL's built-in PPIDataset. This is a Protein-Protein Interaction dataset for inductive node classification. The PPIDataset is a toy Protein-Protein Interaction network dataset. The dataset contains 24 graphs. The average number of nodes per graph is 2372. Each node has 50 features and 121 labels. There are 20 graphs for training, 2 for validation, and 2 for testing.
......
...@@ -13,6 +13,7 @@ Contributor: Liu Tang ([@lt610](https://github.com/lt610)) ...@@ -13,6 +13,7 @@ Contributor: Liu Tang ([@lt610](https://github.com/lt610))
- PyTorch 1.4.0 - PyTorch 1.4.0
- numpy 1.18.1 - numpy 1.18.1
- dgl 0.5.3 - dgl 0.5.3
- tqdm 4.44.1
## Dataset ## Dataset
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment