Skip to content

Commit c7ca1a3

Browse files
authored
Add files via upload
1 parent 60f61ff commit c7ca1a3

25 files changed

Lines changed: 3054 additions & 0 deletions

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2020 Vijay Prakash Dwivedi, Chaitanya K. Joshi, Thomas Laurent, Yoshua Bengio, Xavier Bresson
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

environment_cpu.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: benchmark_gnn
2+
channels:
3+
- pytorch
4+
- dglteam
5+
- conda-forge
6+
- anaconda
7+
- defaults
8+
dependencies:
9+
- python=3.7.4
10+
- python-dateutil=2.8.0
11+
- pip=19.2.3
12+
- pytorch=1.6.0
13+
- torchvision==0.7.0
14+
- pillow==6.1
15+
- dgl=0.5.2
16+
- numpy=1.16.4
17+
- matplotlib=3.1.0
18+
- tensorboard=1.14.0
19+
- tensorboardx=1.8
20+
- future=0.18.2
21+
- absl-py
22+
- networkx=2.3
23+
- scikit-learn=0.21.2
24+
- scipy=1.3.0
25+
- notebook=6.0.0
26+
- h5py=2.9.0
27+
- mkl=2019.4
28+
- ipykernel=5.1.2
29+
- ipython=7.7.0
30+
- ipython_genutils=0.2.0
31+
- ipywidgets=7.5.1
32+
- jupyter=1.0.0
33+
- jupyter_client=5.3.1
34+
- jupyter_console=6.0.0
35+
- jupyter_core=4.5.0
36+
- plotly=4.1.1
37+
- scikit-image=0.15.0
38+
- requests==2.22.0
39+
- tqdm==4.43.0
40+
- pip:
41+
- tensorflow==2.1.0
42+
- tensorflow-estimator==2.1.0
43+
- tensorboard==2.1.1
44+
- ogb==1.2.2

environment_gpu.yml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: benchmark_gnn_0.5.2
2+
channels:
3+
- pytorch
4+
- dglteam
5+
- conda-forge
6+
- fragcolor
7+
- anaconda
8+
- defaults
9+
dependencies:
10+
- cudatoolkit=10.2
11+
- cudnn=7.6.5
12+
- python=3.7.4
13+
- python-dateutil=2.8.0
14+
- pip=19.2.3
15+
- pytorch=1.6.0
16+
- torchvision==0.7.0
17+
- pillow==6.1
18+
- dgl-cuda10.2=0.5.2
19+
- numpy=1.16.4
20+
- matplotlib=3.1.0
21+
- tensorboard=1.14.0
22+
- tensorboardx=1.8
23+
- future=0.18.2
24+
- absl-py
25+
- networkx=2.3
26+
- scikit-learn=0.21.2
27+
- scipy=1.3.0
28+
- notebook=6.0.0
29+
- h5py=2.9.0
30+
- mkl=2019.4
31+
- ipykernel=5.1.2
32+
- ipython=7.7.0
33+
- ipython_genutils=0.2.0
34+
- ipywidgets=7.5.1
35+
- jupyter=1.0.0
36+
- jupyter_client=5.3.1
37+
- jupyter_console=6.0.0
38+
- jupyter_core=4.5.0
39+
- plotly=4.1.1
40+
- scikit-image=0.15.0
41+
- requests==2.22.0
42+
- tqdm==4.43.0
43+
- pip:
44+
- tensorflow-gpu==2.1.0
45+
- tensorflow-estimator==2.1.0
46+
- tensorboard==2.1.1
47+
- ogb==1.2.2

0 commit comments

Comments
 (0)