pytorch
eb55b086 - [DDP] Log some python-side errors (#59284)

Commit
4 years ago
[DDP] Log some python-side errors (#59284) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/59284 Logs a few python-side errors to DDP logging. TODO: Most python errors actually have to do with user input correctness, so they throw before reducer is constructed and thus there is no logger. For this case, should we allow `logger` to be created optionally without a reducer, just for the purpose of logging errors, so that we can gain insight into these errors in scuba? ghstack-source-id: 130412973 Test Plan: CI Reviewed By: SciPioneer Differential Revision: D28820290 fbshipit-source-id: 610e5dba885b173c52351f7ab25c923edce639e0
Author
Parents
Loading