-
Notifications
You must be signed in to change notification settings - Fork 75
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
Support for ONNX V1.3 #101
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tested using resnet50 ONNX Model V1.3 |
@LakshmiKumar23 does all the 1.3 Models run? |
@kiritigowda No. Only the resnet50 runs. The others have some issues with some layers. I will look into it |
kiritigowda
added
enhancement
New feature or request
high
High Priority - Bug fix or new feature
WIP
Pull request is still a Work In Progress
and removed
WIP
Pull request is still a Work In Progress
labels
Apr 26, 2019
kiritigowda
approved these changes
May 1, 2019
japarada
pushed a commit
to japarada/MIVisionX
that referenced
this pull request
May 2, 2019
japarada
pushed a commit
to japarada/MIVisionX
that referenced
this pull request
May 2, 2019
japarada
pushed a commit
to japarada/MIVisionX
that referenced
this pull request
May 14, 2019
* nnir_to_openvx print (ROCm#103) * Ubuntu 18.04 warnings fix (ROCm#104) * Support for ONNX V1.3 (ROCm#101) ONNX 1.3 support for ResNet50 * adding grouped convolution and updating readme (ROCm#105) * Update README.md * Update convolution_layer.cpp * Loom Sample & Readme Updates (ROCm#106) * Loom Readme updates * Loom Samples Added * Samples Readme Updates * ROCm Version Updated * Readme updates (ROCm#107) * loom logo added * logo updates for loom * Samples readme updates * Main readme updates * WinML Readme updates * OpenVX Readme updates * loom readme updates * Apps readme updates * updates (ROCm#108) * Extensions readme updates * main readme update * loom readme updates * loom link updates * updates to loom * updates * Set up script updates * YoloV2 Fix (ROCm#109) * cloud inference updates (ROCm#111) * client app images added * Readme for Cloud Application * Cloud Inference Fix (ROCm#112) * Server Rename fix * Readme Link Fix * Client Readme updates * Server usage help added * Model Compiler Path Set * Model Compiler Scripts updated * Default Model Compiler Path Added * Server Readme fix * Cloud Inference readme fix * Server/Client bug fix * Cloud Inference Fix (ROCm#113) * Cloud Inference - Server Help (ROCm#114) * Cloud Inference Application - Graphs & Enhancements (ROCm#115) * graph added/polished * Update annInferenceApp.pro * Update inference_receiver.h * Update inference_viewer.cpp * Update inference_viewer.cpp * Update perf_graph.ui * Update inference_receiver.cpp * Title update * Update inference_receiver.cpp * onnx_to_nnir help text fix (ROCm#118) * bug fix * bug fix * bug fix * Update perf_chart.cpp * bug fix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.