Skip to content

Test #578

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

Closed
wants to merge 6 commits into from
Closed

Test #578

wants to merge 6 commits into from

Conversation

mcr229
Copy link
Contributor

@mcr229 mcr229 commented Oct 3, 2023

Summary:
Adding an End to End test for inception v4 for both fp32 and quantized models.

As with inception v3, we currently don't have avg_pool2d because of a missing op name. (We do support mean.dim(-1, -2) which is the same). this is somethign we can add after mvp

Differential Revision: D49850148

@netlify
Copy link

netlify bot commented Oct 3, 2023

Deploy Preview for resplendent-gnome-14e531 canceled.

Name Link
🔨 Latest commit b18cd90
🔍 Latest deploy log https://app.netlify.com/sites/resplendent-gnome-14e531/deploys/651f398498ab6f000892c750

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 3, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49850148

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49850148

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49850148

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49850148

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49850148

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49850148

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49850148

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49850148

shoumikhin and others added 6 commits October 5, 2023 15:30
Summary:
Making sure we have the macOS build too.
To find the hash, see https://hud.pytorch.org/hud/pytorch/pytorch/nightly for the target date.
To test, check if the file like `torch-2.2.0.dev20231005-cp311-none-macosx_11_0_arm64.whl` exists at https://download.pytorch.org/whl/nightly/torch/ and run `./install_requirements.sh` on a Mac to see all the dependencies are successfully installed.

Pull Request resolved: pytorch/executorch#644

Reviewed By: angelayi

Differential Revision: D49973900

Pulled By: shoumikhin

fbshipit-source-id: 01feb173e087bdde8131139869ca59e220dfb059
Differential Revision: D49850149

fbshipit-source-id: 3ed68ba7992fa0ad14cf74c48312fce378290337
Summary:
Pull Request resolved: pytorch/executorch#576

We are adding the pass to convert scalars to attrs into our quantize testing stage. This allows us to test end to end flow of models with quantized scalars

Reviewed By: digantdesai, jerryzh168

Differential Revision: D49850601

fbshipit-source-id: 9342f28b4b5362c2f4bc6976c6055eb935b34c4a
Differential Revision: D49850152

fbshipit-source-id: e440b06dd674087aa2f8f06858c8599220927b51
Differential Revision: D49850153

fbshipit-source-id: 4ec5e0d15e5bab2250938c327c638c6c2e52c26e
Summary:
Pull Request resolved: pytorch/executorch#578

Adding an End to End test for inception v4 for both fp32 and quantized models.

As with inception v3, we currently don't have avg_pool2d because of a missing op name. (We do support mean.dim(-1, -2) which is the same). this is somethign we can add after mvp

Reviewed By: digantdesai

Differential Revision: D49850148

fbshipit-source-id: 6e6a3793d5fc7d85105a49f9b10523d58e2fe83f
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49850148

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 1ed6250.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants