Skip to content
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

Add ViT QNN example #1643

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add ViT QNN example #1643

wants to merge 2 commits into from

Conversation

ssss141414
Copy link

@ssss141414 ssss141414 commented Feb 23, 2025

Describe your changes

Add ViT (https://huggingface.co/google/vit-base-patch16-224) QNN example.

Checklist before requesting a review

  • Add unit tests for this change.
  • Make sure all tests can pass.
  • Update documents if necessary.
  • Lint and apply fixes to your code by running lintrunner -a
  • Is this a user-facing change? If yes, give a description of this change to be included in the release notes.
  • Is this PR including examples changes? If yes, please remember to update example documentation in a follow-up PR.

Metrics

{
    "accuracy-accuracy_score": {
        "value": 0.765625,
        "priority": 1,
        "higher_is_better": true
    },
    "latency-avg": {
        "value": 103.84934,
        "priority": 2,
        "higher_is_better": false
    }
}

Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

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

lintrunner found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

@ssss141414 ssss141414 changed the title vit Add ViT QNN example Feb 24, 2025
@ssss141414 ssss141414 marked this pull request as ready for review February 24, 2025 14:16
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.

1 participant