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
apex
Commits
b7f10ad0
Commit
b7f10ad0
authored
Apr 11, 2019
by
Michael Carilli
Browse files
typo
parent
8521bb22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
apex/parallel/distributed.py
apex/parallel/distributed.py
+1
-1
No files found.
apex/parallel/distributed.py
View file @
b7f10ad0
...
@@ -411,7 +411,7 @@ class DistributedDataParallel(Module):
...
@@ -411,7 +411,7 @@ class DistributedDataParallel(Module):
return
self
.
bucket_events
[
0
]
return
self
.
bucket_events
[
0
]
def
allreduce_bucket
(
self
,
bucket
):
def
allreduce_bucket
(
self
,
bucket
,
bucket_idx
):
tensor
=
flatten
(
bucket
)
tensor
=
flatten
(
bucket
)
tensor_to_allreduce
=
tensor
tensor_to_allreduce
=
tensor
...
...
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