Skip to content

Commit

Permalink
[Dataset] Add CIFAR10 MNIST dataset in benchmark-gnn (dmlc#6543)
Browse files Browse the repository at this point in the history
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
  • Loading branch information
2 people authored and Ubuntu committed Nov 27, 2023
1 parent be8a59f commit 7b45c66
Show file tree
Hide file tree
Showing 4 changed files with 476 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/source/api/python/dgl.data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ Datasets for node classification/regression tasks
TolokersDataset
QuestionsDataset
MovieLensDataset
PeptidesStructuralDataset
PeptidesFunctionalDataset
VOCSuperpixelsDataset
COCOSuperpixelsDataset


Edge Prediction Datasets
---------------------------------------
Expand Down Expand Up @@ -109,6 +109,10 @@ Datasets for graph classification/regression tasks
FakeNewsDataset
BA2MotifDataset
ZINCDataset
PeptidesStructuralDataset
PeptidesFunctionalDataset
MNISTSuperPixelDataset
CIFAR10SuperPixelDataset

Dataset adapters
-------------------
Expand Down
1 change: 1 addition & 0 deletions python/dgl/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
except ImportError:
pass
from .pattern import PATTERNDataset
from .superpixel import CIFAR10SuperPixelDataset, MNISTSuperPixelDataset
from .wikics import WikiCSDataset
from .yelp import YelpDataset
from .zinc import ZINCDataset
Expand Down
Loading

0 comments on commit 7b45c66

Please sign in to comment.