-
Notifications
You must be signed in to change notification settings - Fork 287
INC new API tensorflow examples update #174
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
|
examples/tensorflow/image_recognition/keras_models/inception_resnet_v2/quantization/ptq/main.py
Show resolved
Hide resolved
...sorflow/image_recognition/keras_models/inception_resnet_v2/quantization/ptq/run_benchmark.sh
Show resolved
Hide resolved
...les/tensorflow/image_recognition/keras_models/inception_resnet_v2/quantization/ptq/README.md
Outdated
Show resolved
Hide resolved
extension testnewAPI: https://inteltf-jenk.sh.intel.com/job/intel-lpot-validation-top-mr-extension/3596/artifact/report.html issues
|
Signed-off-by: Yue, Wenjiao <[email protected]> Signed-off-by: Lv, Liang1 <[email protected]>
Signed-off-by: Lv, Liang1 <[email protected]>
Signed-off-by: Lv, Liang1 <[email protected]>
Signed-off-by: Yue, Wenjiao <[email protected]> Co-authored-by: chen, suyue <[email protected]> Signed-off-by: Lv, Liang1 <[email protected]>
Signed-off-by: chensuyue <[email protected]> Signed-off-by: Lv, Liang1 <[email protected]>
Signed-off-by: Cheng, Penghui <[email protected]> Signed-off-by: Lv, Liang1 <[email protected]>
Signed-off-by: Lv, Liang1 <[email protected]>
Signed-off-by: Lv, Liang1 <[email protected]>
Signed-off-by: Lv, Liang1 <[email protected]>
Signed-off-by: Yue, Wenjiao <[email protected]> Signed-off-by: Lv, Liang1 <[email protected]>
… QDQ (#184) * Create onnx_inc_static_quant_qdqyaml * Rename onnx_inc_static_quant_qdqyaml to onnx_inc_static_quant_qdq.yaml * Create onnx_inc_dynamic_quant.yaml Signed-off-by: Lv, Liang1 <[email protected]>
Signed-off-by: Lv, Liang1 <[email protected]>
) Signed-off-by: Cheng, Penghui <[email protected]> Signed-off-by: Lv, Liang1 <[email protected]>
Signed-off-by: Lv, Liang1 <[email protected]>
* Fixed UT error for bf16 op list for QAT mode Signed-off-by: Cheng, Penghui <[email protected]> Signed-off-by: Lv, Liang1 <[email protected]>
Signed-off-by: Lv, Liang1 <[email protected]>
Signed-off-by: intel-zhangyi <[email protected]> Signed-off-by: Lv, Liang1 <[email protected]>
Signed-off-by: Wang, Chang1 <[email protected]> Signed-off-by: Lv, Liang1 <[email protected]>
Signed-off-by: Lv, Liang1 <[email protected]>
Signed-off-by: Lv, Liang1 <[email protected]>
…/neural-compressor into lvl/inc_newapi_tf_examples Signed-off-by: Lv, Liang1 <[email protected]>
Signed-off-by: Lv, Liang1 <[email protected]>
Signed-off-by: Lv, Liang1 <[email protected]>
…/neural-compressor into lvl/inc_newapi_tf_examples Signed-off-by: Lv, Liang1 <[email protected]>
Signed-off-by: Lv, Liang1 <[email protected]>
…nto lvl/inc_newapi_tf_examples Signed-off-by: Lv, Liang1 <[email protected]>
…/neural-compressor into lvl/inc_newapi_tf_examples Signed-off-by: Lv, Liang1 <[email protected]>
Signed-off-by: Lv, Liang1 <[email protected]>
|
extension test |
…nto lvl/inc_newapi_tf_examples Signed-off-by: Lv, Liang1 <[email protected]>
Signed-off-by: Lv, Liang1 <[email protected]>
examples/tensorflow/image_recognition/keras_models/inception_resnet_v2/quantization/ptq/main.py
Outdated
Show resolved
Hide resolved
|
extension test |
Signed-off-by: Lv, Liang1 <[email protected]>
hshen14
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.
LGTM
|
still bas some performance gap, need to double check. |
Signed-off-by: Lv, Liang1 <[email protected]>
…nto lvl/inc_newapi_tf_examples Signed-off-by: Lv, Liang1 <[email protected]>
Signed-off-by: Lv, Liang1 [email protected]
Type of Change
feature
API changed
Description
detail description
JIRA ticket: ILITV-2456
INC New API TF examples(resnetv2_50,xception,inception_resnet_v2,resnet_v2)
Expected Behavior & Potential Risk
Tensorflow examples with partial build-in func or without build-in func, update to new API and Config class.
How has this PR been tested?
UT, Pre-CI test.
Dependency Change?
No.