-
Notifications
You must be signed in to change notification settings - Fork 53
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
Fix graph building to exclude input, output and initializer from value_info #1320
Conversation
…e_info [ghstack-poisoned]
…e_info ghstack-source-id: b9a1745b6d36beba070db773a4d2932288880267 Pull Request resolved: #1320
@@ -140,7 +139,6 @@ def test_add_initializer_allows_adding_the_same_tensor_twice_using_same_name(sel | |||
|
|||
|
|||
class TestModelSaving(unittest.TestCase): | |||
@unittest.skipIf(os.getenv("CI") == "true", "CI is not ready to run dyanmo_export.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about the context here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initially we disabled it to avoid flakiness due to the changing pytorch
Test Results 18 files ± 0 18 suites ±0 1h 7m 43s ⏱️ + 13m 49s For more details on these failures, see this check. Results for commit 17b53c1. ± Comparison against base commit 2612107. ♻️ This comment has been updated with latest results. |
…r from value_info" Otherwise the emitted model proto instance violates the spec definition for value_info. [ghstack-poisoned]
…e_info ghstack-source-id: 4c40be31d6af9e243296bfa3dca08ae4a4a5b3b5 Pull Request resolved: #1320
Good to merge. #539 |
Ouch, wrong base again. |
…e_info (#1321) Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #1321 Otherwise the emitted model proto instance violates the spec definition for value_info. Reland #1320
Stack from ghstack (oldest at bottom):
Otherwise the emitted model proto instance violates the spec definition for value_info.