-
Notifications
You must be signed in to change notification settings - Fork 281
Refine Keras Examples for INC New API #219
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
Signed-off-by: zehao-intel <[email protected]>
Signed-off-by: zehao-intel <[email protected]>
Signed-off-by: zehao-intel <[email protected]>
Signed-off-by: zehao-intel <[email protected]>
Signed-off-by: zehao-intel <[email protected]>
examples/tensorflow/image_recognition/keras_models/resnetv2_101/quantization/ptq/main.py
Outdated
Show resolved
Hide resolved
examples/tensorflow/image_recognition/keras_models/resnetv2_101/quantization/ptq/main.py
Outdated
Show resolved
Hide resolved
Signed-off-by: zehao-intel <[email protected]>
Signed-off-by: zehao-intel <[email protected]>
Signed-off-by: zehao-intel <[email protected]>
|
@chensuyue this PR is modifying old examples to use new API. is it recommended way to do that? shall we add totally new examples? |
As we synced before all the old examples should be modified into new API or deleted in v2.0. |
Signed-off-by: zehao-intel <[email protected]>
Signed-off-by: zehao-intel <[email protected]>
|
please pass extension test before merge. |
|
looks like extenstion tests all fail. pls check why |
@chensuyue who will do this delete action? |
Signed-off-by: zehao-intel <[email protected]>
|
Rebuild extension for MobileNetV2: https://inteltf-jenk.sh.intel.com/job/intel-lpot-validation-top-mr-extension/3678/ |
Signed-off-by: zehao-intel <[email protected]>
|
extension test |
merge master
Signed-off-by: zehao-intel <[email protected]>
Signed-off-by: zehao-intel <[email protected]>
|
Performance drop is caused by the lack of warmup. I ignored it previously, the old API set it to 5. Extension test: https://inteltf-jenk.sh.intel.com/job/intel-lpot-validation-top-mr-extension/3712/ |
please check accuracy issue. |
Signed-off-by: zehao-intel <[email protected]>
Signed-off-by: zehao-intel <[email protected]>
...les/tensorflow/image_recognition/keras_models/inception_v3/quantization/ptq/run_benchmark.sh
Outdated
Show resolved
Hide resolved
Signed-off-by: zehao-intel <[email protected]>
Signed-off-by: zehao-intel <[email protected]>
* sync spmm vnni benchmark * fix append_sum&int8 * new ci * better benchmark ci * change summary format * add readme * use 8 cores * fix comments * update vnni test cases * fix micro_bs case
Type of Change
feature or bug fix or documentation or validation or others
API changed or not: No
Description
detail description
JIRA ticket: https://jira.devtools.intel.com/browse/ILITV-2451
Expected Behavior & Potential Risk
the expected behavior that triggered by this PR : refine examples
How has this PR been tested?
how to reproduce the test (including hardware information): extension
Dependency Change?
any library dependency introduced or removed: No