-
Notifications
You must be signed in to change notification settings - Fork 548
Add support for list of tensors output in Layer Gradient Attributor #1629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D79134965 |
698d601 to
d9b908f
Compare
…eta-pytorch#1629) Summary: As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Differential Revision: D79134965
|
This pull request was exported from Phabricator. Differential Revision: D79134965 |
…eta-pytorch#1629) Summary: As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Differential Revision: D79134965
d9b908f to
43cb1fe
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79134965 |
…eta-pytorch#1629) Summary: Pull Request resolved: meta-pytorch#1629 As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Differential Revision: D79134965
f72b40f to
9262247
Compare
…eta-pytorch#1629) Summary: As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Differential Revision: D79134965
|
This pull request was exported from Phabricator. Differential Revision: D79134965 |
…eta-pytorch#1629) Summary: As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Reviewed By: craymichael Differential Revision: D79134965
9262247 to
15e2e28
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79134965 |
…eta-pytorch#1629) Summary: Pull Request resolved: meta-pytorch#1629 As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Reviewed By: craymichael Differential Revision: D79134965
15e2e28 to
21a7248
Compare
…eta-pytorch#1629) Summary: As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Reviewed By: craymichael Differential Revision: D79134965
21a7248 to
09b7130
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79134965 |
09b7130 to
508fdc8
Compare
…eta-pytorch#1629) Summary: Pull Request resolved: meta-pytorch#1629 As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Reviewed By: craymichael Differential Revision: D79134965
…eta-pytorch#1629) Summary: As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Reviewed By: craymichael Differential Revision: D79134965
508fdc8 to
b6255a8
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79134965 |
…eta-pytorch#1629) Summary: Pull Request resolved: meta-pytorch#1629 As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Reviewed By: craymichael Differential Revision: D79134965
b6255a8 to
096db6f
Compare
…eta-pytorch#1629) Summary: As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Reviewed By: craymichael Differential Revision: D79134965
096db6f to
3d357a2
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79134965 |
…eta-pytorch#1629) Summary: Pull Request resolved: meta-pytorch#1629 As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Reviewed By: craymichael Differential Revision: D79134965
3d357a2 to
26adec9
Compare
…eta-pytorch#1629) Summary: As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Reviewed By: MarcioPorto, craymichael Differential Revision: D79134965
26adec9 to
9d9e184
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79134965 |
9d9e184 to
964e146
Compare
…eta-pytorch#1629) Summary: Pull Request resolved: meta-pytorch#1629 As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Reviewed By: MarcioPorto, craymichael Differential Revision: D79134965
…eta-pytorch#1629) Summary: As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Reviewed By: MarcioPorto, craymichael Differential Revision: D79134965
964e146 to
8cd0e09
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79134965 |
8cd0e09 to
7262934
Compare
…eta-pytorch#1629) Summary: Pull Request resolved: meta-pytorch#1629 As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Reviewed By: MarcioPorto, craymichael Differential Revision: D79134965
…eta-pytorch#1629) Summary: As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Reviewed By: MarcioPorto, craymichael Differential Revision: D79134965
7262934 to
df40d6d
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79134965 |
…eta-pytorch#1629) Summary: As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Reviewed By: MarcioPorto, craymichael Differential Revision: D79134965
df40d6d to
1fa6b78
Compare
…eta-pytorch#1629) Summary: Pull Request resolved: meta-pytorch#1629 As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Reviewed By: MarcioPorto, craymichael Differential Revision: D79134965
|
This pull request was exported from Phabricator. Differential Revision: D79134965 |
1fa6b78 to
5305398
Compare
|
This pull request has been merged in 19971fb. |
Summary: As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly.
Differential Revision: D79134965