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
fecd6f3c
Unverified
Commit
fecd6f3c
authored
Sep 21, 2021
by
Kay Liu
Committed by
GitHub
Sep 21, 2021
Browse files
[BugFix] fix typo in fakenews dataset variable name (#3363)
parent
01a22144
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/dgl/data/fakenews.py
python/dgl/data/fakenews.py
+1
-1
No files found.
python/dgl/data/fakenews.py
View file @
fecd6f3c
...
@@ -168,7 +168,7 @@ class FakeNewsDataset(DGLBuiltinDataset):
...
@@ -168,7 +168,7 @@ class FakeNewsDataset(DGLBuiltinDataset):
'feature'
:
self
.
feature
,
'feature'
:
self
.
feature
,
'train_mask'
:
self
.
train_mask
,
'train_mask'
:
self
.
train_mask
,
'val_mask'
:
self
.
val_mask
,
'val_mask'
:
self
.
val_mask
,
'test_mask'
:
self
.
t
rain
_mask
})
'test_mask'
:
self
.
t
est
_mask
})
def
has_cache
(
self
):
def
has_cache
(
self
):
""" check whether there are processed data in `self.save_path` """
""" check whether there are processed data in `self.save_path` """
...
...
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