facebookresearch / d2go

D2Go is a toolkit for efficient deep learning
Apache License 2.0
829 stars 197 forks source link

minor update of result gathering logic #596

Closed wat3rBro closed 1 year ago

wat3rBro commented 1 year ago

Summary: outputs = {0: result} feels a bit hacky, technically it should be outputs = {worker_rank: result} in order to match the outputs semantic in the else-branch.

Reviewed By: frabu6

Differential Revision: D47442322

facebook-github-bot commented 1 year ago

This pull request was exported from Phabricator. Differential Revision: D47442322

facebook-github-bot commented 1 year ago

This pull request has been merged in facebookresearch/d2go@95e429a180338491a1287d0dbaada3fafbd5b00d.