This repository was archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Pre gold dev #128
Merged
Merged
Pre gold dev #128
Conversation
This file contains hidden or 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
* Added support for OneDNN FusedBatchNormEx and FusedConV2D * Code formating Co-authored-by: Cavus Mustafa <mustafa.cavus@intel.com>
* patch updated for TFv2.5.0 * added math_op to skip list for gpu * TFv2.5.0 setup for builds and defaults * changed tf build location in ci * change abi1 tf links, add docker tf pip whls build patch Co-authored-by: Suryaprakash Shanmugam <suryaprakash.shanmugam@intel.com>
* Initial implementation of dynamic fallback * Error check fix for dynamic fallback * Improved coverage for dynamic fallback * Code formating for dynamic fallback updates * dyn fb bugfix & dyn fb disabled by default * Fixed python api typo * Code cleanup in executable.cc * Code formating for dynamic fallback updates * tf 1.x support for dyn. fallback * Code formatting * Fix for freezing inf. with dyn. fb. when interop is 1
* memory leak fixes and adding more user options * fix flag options and code format
* checkmarx code fixes * checkmarx fix * checkmarx code fix * code format fix * Update build_utils.py * code format fix
* checks in py files * added exception catching for assert statement
* installing opecv during venv setup * typo fix and removed opencv installation manually
* removed shell=True with subprocess pipe * applied code format
* GUIDE document added, ARCHITECTURE updated for dyn. fb. * Filename change: GUIDE.md to TROUBLESHOOTING.md
* AWS, Azure and Colab classification notebook added * colab notebook added for object detection
ck-intel
reviewed
Jul 12, 2021
ck-intel
approved these changes
Jul 12, 2021
Contributor
ck-intel
left a comment
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.
Changes looks fine to me
sspintel
added a commit
that referenced
this pull request
Jul 30, 2021
* Added support for OneDNN FusedBatchNormEx and FusedConV2D (#112) * Added support for OneDNN FusedBatchNormEx and FusedConV2D * Code formating Co-authored-by: Cavus Mustafa <mustafa.cavus@intel.com> * FusedDepthwiseConv2d and improved FusedConv2D support (#114) * Upgradation of TensorFlow version to v2.5.0 (#111) * patch updated for TFv2.5.0 * added math_op to skip list for gpu * TFv2.5.0 setup for builds and defaults * changed tf build location in ci * change abi1 tf links, add docker tf pip whls build patch Co-authored-by: Suryaprakash Shanmugam <suryaprakash.shanmugam@intel.com> * Lazy Fallback (Support for Dynamic Fallback) (#113) * Initial implementation of dynamic fallback * Error check fix for dynamic fallback * Improved coverage for dynamic fallback * Code formating for dynamic fallback updates * dyn fb bugfix & dyn fb disabled by default * Fixed python api typo * Code cleanup in executable.cc * Code formating for dynamic fallback updates * tf 1.x support for dyn. fallback * Code formatting * Fix for freezing inf. with dyn. fb. when interop is 1 * memory leak fixes (#110) * memory leak fixes and adding more user options * fix flag options and code format * OCM submodule updated for fused ops (#115) * Updated code for some checks (#104) * checkmarx code fixes * checkmarx fix * checkmarx code fix * code format fix * Update build_utils.py * code format fix * add suggested checks (#119) * checks in py files * added exception catching for assert statement * fixed uninitialized variable issue (#120) * Aditya/doc update (#123) * installing opecv during venv setup * typo fix and removed opencv installation manually * Adding azure pipelines using docker (#122) * Removed shell as True with subprocess pipe (#127) * removed shell=True with subprocess pipe * applied code format * Initial TROUBLESHOOTING.md and updates on ARCHITECTURE.md (#126) * GUIDE document added, ARCHITECTURE updated for dyn. fb. * Filename change: GUIDE.md to TROUBLESHOOTING.md * AWS, Azure and Colab classification notebook added (#125) * AWS, Azure and Colab classification notebook added * colab notebook added for object detection * fixing path traversal issues (#129) Co-authored-by: Yamini Nimmagadda <yamini.nimmagadda@intel.com> Co-authored-by: Cavus Mustafa <mustafa.cavus@intel.com> Co-authored-by: mohdansx <mohdx.ansari@intel.com> Co-authored-by: Suryaprakash Shanmugam <suryaprakash.shanmugam@intel.com> Co-authored-by: Sai Jayanthi <sai.jayanthi@intel.com> Co-authored-by: Chandrakant Khandelwal <chandrakant.khandelwal@intel.com> Co-authored-by: adisan3 <adityax.sanivarapu@intel.com> Co-authored-by: bhadur <bhadur.a.sm@intel.com> Co-authored-by: Ambarish Das <ambarish.das@intel.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.