Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
0b00562d
Unverified
Commit
0b00562d
authored
Sep 18, 2020
by
Mufei Li
Committed by
GitHub
Sep 18, 2020
Browse files
Update gindt.py (#2212)
parent
47bb0593
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
python/dgl/data/gindt.py
python/dgl/data/gindt.py
+10
-8
No files found.
python/dgl/data/gindt.py
View file @
0b00562d
"""Dataset
for Graph Isomorphism
Network
(GIN)
(chen jun)
: Used for compacted graph kernel dataset in GIN
Data
sets include:
"""Dataset
s used in How Powerful Are Graph Neural
Network
s?
(chen jun)
Datasets include:
MUTAG, COLLAB, IMDBBINARY, IMDBMULTI, NCI1, PROTEINS, PTC, REDDITBINARY, REDDITMULTI5K
https://github.com/weihua916/powerful-gnns/blob/master/dataset.zip
"""
...
...
@@ -17,11 +17,13 @@ from ..convert import graph as dgl_graph
class
GINDataset
(
DGLBuiltinDataset
):
"""Datasets for Graph Isomorphism Network (GIN)
Adapted from `<https://github.com/weihua916/powerful-gnns/blob/master/dataset.zip>`_.
The dataset contains the compact format of popular graph kernel datasets.
For more graph kernel datasets, see :class:`TUDataset`.
"""Dataset Class for `How Powerful Are Graph Neural Networks? <https://arxiv.org/abs/1810.00826>`_.
This is adapted from `<https://github.com/weihua916/powerful-gnns/blob/master/dataset.zip>`_.
The class provides an interface for nine datasets used in the paper along with the paper-specific
settings. The datasets are ``'MUTAG'``, ``'COLLAB'``, ``'IMDBBINARY'``, ``'IMDBMULTI'``,
``'NCI1'``, ``'PROTEINS'``, ``'PTC'``, ``'REDDITBINARY'``, ``'REDDITMULTI5K'``.
Parameters
---------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment