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
a1b5b42a
Unverified
Commit
a1b5b42a
authored
Mar 28, 2021
by
colten
Committed by
GitHub
Mar 28, 2021
Browse files
remove unused and undefined function (#2791)
Co-authored-by:
messi-k
<
messi.k@kakaocorp.com
>
parent
e22087aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/pytorch/seal/sampler.py
examples/pytorch/seal/sampler.py
+1
-1
No files found.
examples/pytorch/seal/sampler.py
View file @
a1b5b42a
...
@@ -7,7 +7,7 @@ from torch.utils.data import DataLoader, Dataset
...
@@ -7,7 +7,7 @@ from torch.utils.data import DataLoader, Dataset
from
dgl
import
DGLGraph
,
NID
from
dgl
import
DGLGraph
,
NID
from
dgl.dataloading.negative_sampler
import
Uniform
from
dgl.dataloading.negative_sampler
import
Uniform
from
dgl
import
add_self_loop
from
dgl
import
add_self_loop
from
utils
import
drnl_node_labeling
,
coalesce_graph
from
utils
import
drnl_node_labeling
class
GraphDataSet
(
Dataset
):
class
GraphDataSet
(
Dataset
):
...
...
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