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
6519ec27
"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "9141c1f9d5d8c40ce73c7d72a2fd5aedab8c031d"
Unverified
Commit
6519ec27
authored
Jul 13, 2023
by
Israt Nisa
Committed by
GitHub
Jul 13, 2023
Browse files
[BugFix] Fix API `convert_dgl_partition_to_csc_sampling_graph` (#5992)
parent
c3aea1b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/dgl/distributed/partition.py
python/dgl/distributed/partition.py
+1
-1
No files found.
python/dgl/distributed/partition.py
View file @
6519ec27
...
...
@@ -1263,7 +1263,7 @@ def convert_dgl_partition_to_csc_sampling_graph(part_config):
# Sanity check.
assert
len
(
type_per_edge
)
==
graph
.
num_edges
()
csc_graph
=
graphbolt
.
from_csc
(
indptr
,
indices
,
None
,
type_per_edge
,
metadata
indptr
,
indices
,
None
,
type_per_edge
,
metadata
=
metadata
)
orig_graph_path
=
os
.
path
.
join
(
os
.
path
.
dirname
(
part_config
),
...
...
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