pytorch
d9cd9a13 - [BE][DDPOptimizer] De-dup `p` and `param` (#95654)

Commit
1 year ago
[BE][DDPOptimizer] De-dup `p` and `param` (#95654) The `param` from `param = target.get_parameter(name)` should be the same as `p` from `target.named_parameters()`. Pull Request resolved: https://github.com/pytorch/pytorch/pull/95654 Approved by: https://github.com/wconstab
Author
Committer
Parents
Loading