-
Notifications
You must be signed in to change notification settings - Fork 397
Bug fix in OVEP csharp sample #142
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
ee0c3c3 to
49e8ebd
Compare
| /* | ||
| Copyright (C) 2021, Intel Corporation | ||
| SPDX-License-Identifier: Apache-2.0 | ||
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.
Please add this line
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.
Line is added
33cd5fb to
ddd0e3e
Compare
…ckend (microsoft#120) * Improve the sample with command line option to switch SNPE backend, and set the input file path. Fix an issue for Android build, need to use libc++_shared.so from SNPE SDK. * 1. Update the API call according the API change in Ort, SessionOptionsAppendExecutionProvider_SNPE -> SessionOptionsAppendExecutionProvider 2. format update
* update doc for snpe to reflect the API change
…frameworks is not added to the link list. Pending real fix from MAUI folks. (microsoft#131) Also update ORT to 1.12.1 which has a better Android build.
In ResNet50DataReader, it uses an onnx session to obtain the model input shape. However it passes a madeup model name to the onnx session, resulting in file not found error. This change provide the original float model path to the data reader
* sample notebooks for yolov4 and tiny-yoloV2 * folder restucturing for notebooks * folder restucturing for notebooks Co-authored-by: krishnendukx <krishnendux.kar@intel.com> Co-authored-by: krishnendukx <111554749+krishnendukx@users.noreply.github.com>
…osoft#135) Includes this fix in SkiaSharp: mono/SkiaSharp#2198
Adding example run_qdq_debug.py
add gpt2 qdq example
4932a99 to
2747b0c
Compare
|
@jywu-msft Please review |
@microsoft-github-policy-service agree company="intel" |
Updated OVEP csharp sample for a bug fix