-
Notifications
You must be signed in to change notification settings - Fork 515
Adding a new Module for unsupported layer. Adding test for unsupported layers. Simple logging for unsupported layers #1505
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: D69792994 |
d2b3684
to
bd7e67a
Compare
…d layers. Simple logging for unsupported layers (pytorch#1505) Summary: We are adding test for unsupported gradient layers. Open to ideas if there is a better way to structure the test. A bit uncomfortable with removing pyre type validations as we allow anything to be passed into the GradientUnsupportedLayerOutput class. Differential Revision: D69792994
This pull request was exported from Phabricator. Differential Revision: D69792994 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D69792994 |
…d layers. Simple logging for unsupported layers (pytorch#1505) Summary: We are adding test for unsupported gradient layers. Open to ideas if there is a better way to structure the test. A bit uncomfortable with removing pyre type validations as we allow anything to be passed into the GradientUnsupportedLayerOutput class. Differential Revision: D69792994
bd7e67a
to
14d7d12
Compare
This pull request was exported from Phabricator. Differential Revision: D69792994 |
…d layers. Simple logging for unsupported layers (pytorch#1505) Summary: We are adding test for unsupported gradient layers. Open to ideas if there is a better way to structure the test. A bit uncomfortable with removing pyre type validations as we allow anything to be passed into the GradientUnsupportedLayerOutput class. Differential Revision: D69792994
14d7d12
to
f5b2c17
Compare
This pull request was exported from Phabricator. Differential Revision: D69792994 |
f5b2c17
to
35912f9
Compare
…d layers. Simple logging for unsupported layers (pytorch#1505) Summary: We are adding test for unsupported gradient layers. Open to ideas if there is a better way to structure the test. A bit uncomfortable with removing pyre type validations as we allow anything to be passed into the GradientUnsupportedLayerOutput class. Differential Revision: D69792994
This pull request was exported from Phabricator. Differential Revision: D69792994 |
…d layers. Simple logging for unsupported layers (pytorch#1505) Summary: We are adding test for unsupported gradient layers. Open to ideas if there is a better way to structure the test. A bit uncomfortable with removing pyre type validations as we allow anything to be passed into the GradientUnsupportedLayerOutput class. Differential Revision: D69792994
35912f9
to
dc400ac
Compare
This pull request was exported from Phabricator. Differential Revision: D69792994 |
…d layers. Simple logging for unsupported layers (pytorch#1505) Summary: We are adding test for unsupported gradient layers. Open to ideas if there is a better way to structure the test. A bit uncomfortable with removing pyre type validations as we allow anything to be passed into the GradientUnsupportedLayerOutput class. Differential Revision: D69792994
dc400ac
to
538d753
Compare
This pull request was exported from Phabricator. Differential Revision: D69792994 |
…d layers. Simple logging for unsupported layers (pytorch#1505) Summary: We are adding test for unsupported gradient layers. Open to ideas if there is a better way to structure the test. A bit uncomfortable with removing pyre type validations as we allow anything to be passed into the GradientUnsupportedLayerOutput class. Differential Revision: D69792994
538d753
to
976bf30
Compare
This pull request was exported from Phabricator. Differential Revision: D69792994 |
…d layers. Simple logging for unsupported layers (pytorch#1505) Summary: We are adding test for unsupported gradient layers. Open to ideas if there is a better way to structure the test. A bit uncomfortable with removing pyre type validations as we allow anything to be passed into the GradientUnsupportedLayerOutput class. Differential Revision: D69792994
976bf30
to
11ccffa
Compare
…d layers. Simple logging for unsupported layers (pytorch#1505) Summary: We are adding test for unsupported gradient layers. Open to ideas if there is a better way to structure the test. A bit uncomfortable with removing pyre type validations as we allow anything to be passed into the GradientUnsupportedLayerOutput class. Differential Revision: D69792994
11ccffa
to
38ecc4c
Compare
This pull request was exported from Phabricator. Differential Revision: D69792994 |
38ecc4c
to
2fa1018
Compare
…d layers. Simple logging for unsupported layers (pytorch#1505) Summary: Pull Request resolved: pytorch#1505 We are adding test for unsupported gradient layers. Open to ideas if there is a better way to structure the test. A bit uncomfortable with removing pyre type validations as we allow anything to be passed into the GradientUnsupportedLayerOutput class. Differential Revision: D69792994
This pull request was exported from Phabricator. Differential Revision: D69792994 |
…d layers. Simple logging for unsupported layers (pytorch#1505) Summary: Pull Request resolved: pytorch#1505 We are adding test for unsupported gradient layers. Open to ideas if there is a better way to structure the test. A bit uncomfortable with removing pyre type validations as we allow anything to be passed into the GradientUnsupportedLayerOutput class. Differential Revision: D69792994
2fa1018
to
f56045a
Compare
…d layers. Simple logging for unsupported layers (pytorch#1505) Summary: We are adding test for unsupported gradient layers. Open to ideas if there is a better way to structure the test. A bit uncomfortable with removing pyre type validations as we allow anything to be passed into the GradientUnsupportedLayerOutput class. Differential Revision: D69792994
…d layers. Simple logging for unsupported layers (pytorch#1505) Summary: We are adding test for unsupported gradient layers. Open to ideas if there is a better way to structure the test. A bit uncomfortable with removing pyre type validations as we allow anything to be passed into the GradientUnsupportedLayerOutput class. Reviewed By: craymichael Differential Revision: D69792994
f56045a
to
3fed752
Compare
…d layers. Simple logging for unsupported layers (pytorch#1505) Summary: Pull Request resolved: pytorch#1505 We are adding test for unsupported gradient layers. Open to ideas if there is a better way to structure the test. A bit uncomfortable with removing pyre type validations as we allow anything to be passed into the GradientUnsupportedLayerOutput class. Reviewed By: craymichael Differential Revision: D69792994
This pull request was exported from Phabricator. Differential Revision: D69792994 |
3fed752
to
66b4bd6
Compare
This pull request has been merged in c9688bb. |
Summary: We are adding test for unsupported gradient layers. Open to ideas if there is a better way to structure the test.
Differential Revision: D69792994