Skip to content

[quant] Add backward compatiblity test#36639

Closed
jerryzh168 wants to merge 8 commits intogh/jerryzh168/286/basefrom
gh/jerryzh168/286/head
Closed

[quant] Add backward compatiblity test#36639
jerryzh168 wants to merge 8 commits intogh/jerryzh168/286/basefrom
gh/jerryzh168/286/head

Conversation

@jerryzh168
Copy link
Copy Markdown
Contributor

@jerryzh168 jerryzh168 commented Apr 15, 2020

Stack from ghstack:

Summary:
Add test for serialization to make sure the changes to serialization
are backward compatible

Test Plan:
python test/quantization/test_backward_compatibility.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

Summary:
Add test for serialization to make sure the changes to serialization
are backward compatible

Test Plan:
python test/quantization/test_backward_compatibility.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
@dr-ci
Copy link
Copy Markdown

dr-ci Bot commented Apr 15, 2020

💊 Build failures summary and remediations

As of commit e56a03c (more details on the Dr. CI page):


💚 💚 Looks good so far! There are no failures yet. 💚 💚


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions on the GitHub issue tracker.

See how this bot performed.

This comment has been revised 17 times.

Summary:
Add test for serialization to make sure the changes to serialization
are backward compatible

Test Plan:
python test/quantization/test_backward_compatibility.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Add test for serialization to make sure the changes to serialization
are backward compatible

Test Plan:
python test/quantization/test_backward_compatibility.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Add test for serialization to make sure the changes to serialization
are backward compatible

Test Plan:
python test/quantization/test_backward_compatibility.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:
Add test for serialization to make sure the changes to serialization
are backward compatible

Test Plan:
python test/quantization/test_backward_compatibility.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Comment thread test/quantization/test_backward_compatibility.py
Comment thread test/quantization/test_backward_compatibility.py
Comment thread test/quantization/test_backward_compatibility.py
Summary:
Add test for serialization to make sure the changes to serialization
are backward compatible

Test Plan:
python test/quantization/test_backward_compatibility.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Comment thread test/quantization/test_backward_compatibility.py Outdated
Comment thread test/quantization/test_backward_compatibility.py Outdated
Copy link
Copy Markdown
Contributor

@raghuramank100 raghuramank100 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few more questions, thanks!

Summary:
Add test for serialization to make sure the changes to serialization
are backward compatible

Test Plan:
python test/quantization/test_backward_compatibility.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]

# saving code : uncomment when adding a new test
# and run the new test, e.g.
# python test/quantization/test_backward_compatibility.py TestSerialization.test_conv3d
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the jit expect tests have an --accept flag that regenerates the expect files, maybe it would be useful to add this here?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, I think adding an extra argument will work for this case

Summary:
Add test for serialization to make sure the changes to serialization
are backward compatible

Test Plan:
python test/quantization/test_backward_compatibility.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
jerryzh168 added a commit to jerryzh168/pytorch that referenced this pull request Apr 16, 2020
Summary:
re-created the same PR: pytorch#36639
because ghimport does not support importing binary files right now

Test Plan:
python test/quantization/test_backward_compatibility.py

Reviewers:
.

Subscribers:

Tasks:

Tags:
jerryzh168 added a commit to jerryzh168/pytorch that referenced this pull request Apr 16, 2020
Summary:
re-created the same PR: pytorch#36639
because ghimport does not support importing binary files right now

Test Plan:
python test/quantization/test_backward_compatibility.py

Reviewers:
.

Subscribers:

Tasks:

Tags:
jerryzh168 added a commit to jerryzh168/pytorch that referenced this pull request Apr 16, 2020
Summary:
re-created the same PR: pytorch#36639
because ghimport does not support importing binary files right now

Test Plan:
python test/quantization/test_backward_compatibility.py

Reviewers:
.

Subscribers:

Tasks:

Tags:
@jerryzh168
Copy link
Copy Markdown
Contributor Author

closed in favior of #36771

@jerryzh168 jerryzh168 closed this Apr 17, 2020
facebook-github-bot pushed a commit that referenced this pull request Apr 17, 2020
Summary:
re-created the same PR: #36639
because ghimport does not support importing binary files right now
Pull Request resolved: #36771

Test Plan: python test/quantization/test_backward_compatibility.py

Differential Revision: D21080503

Pulled By: jerryzh168

fbshipit-source-id: 1dca08208bccead60bba03e5fb5d39e1a1d7c20d
jerryzh168 added a commit to jerryzh168/pytorch that referenced this pull request Apr 17, 2020
Summary:
re-created the same PR: pytorch#36639
because ghimport does not support importing binary files right now

Test Plan: python test/quantization/test_backward_compatibility.py
facebook-github-bot pushed a commit that referenced this pull request Apr 18, 2020
Summary:
re-created the same PR: #36639
because ghimport does not support importing binary files right now
Pull Request resolved: #36842

Test Plan: python test/quantization/test_backward_compatibility.py

Differential Revision: D21100689

Pulled By: jerryzh168

fbshipit-source-id: 625a0f9da98138c9c2891b9d99fc45d85fa27cca
@facebook-github-bot facebook-github-bot deleted the gh/jerryzh168/286/head branch May 17, 2020 14:18
karansachdev-1012 pushed a commit to karansachdev-1012/pytorch that referenced this pull request Feb 17, 2026
Summary:
Add test for serialization to make sure the changes to serialization
are backward compatible

Test Plan:
python test/quantization/test_backward_compatibility.py

Reviewers:
.

Subscribers:

Tasks:

Tags:

ghstack-source-id: 09abe3e
Pull Request resolved: pytorch/pytorch#36639
laurentdupin pushed a commit to laurentdupin/pytorch that referenced this pull request Apr 24, 2026
Summary:
re-created the same PR: pytorch#36639
because ghimport does not support importing binary files right now
Pull Request resolved: pytorch#36771

Test Plan: python test/quantization/test_backward_compatibility.py

Differential Revision: D21080503

Pulled By: jerryzh168

fbshipit-source-id: 1dca08208bccead60bba03e5fb5d39e1a1d7c20d
laurentdupin pushed a commit to laurentdupin/pytorch that referenced this pull request Apr 24, 2026
Summary:
re-created the same PR: pytorch#36639
because ghimport does not support importing binary files right now
Pull Request resolved: pytorch#36842

Test Plan: python test/quantization/test_backward_compatibility.py

Differential Revision: D21100689

Pulled By: jerryzh168

fbshipit-source-id: 625a0f9da98138c9c2891b9d99fc45d85fa27cca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants