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
5641594c
Unverified
Commit
5641594c
authored
Jun 13, 2023
by
hummingg
Committed by
GitHub
Jun 13, 2023
Browse files
AIFB -> AIFBDataset (#5860)
parent
bdb78758
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/pytorch/rgcn-hetero/test_classify.py
examples/pytorch/rgcn-hetero/test_classify.py
+1
-1
No files found.
examples/pytorch/rgcn-hetero/test_classify.py
View file @
5641594c
...
...
@@ -6,7 +6,7 @@ from functools import partial
import
torch
as
th
import
torch.nn.functional
as
F
from
dgl.data.rdf
import
AIFB
,
AM
,
BGS
,
MUTAG
from
dgl.data.rdf
import
AIFB
Dataset
,
AMDataset
,
BGSDataset
,
MUTAGDataset
from
entity_classify
import
EntityClassify
...
...
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