-
Notifications
You must be signed in to change notification settings - Fork 288
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
Merged
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
6a9b853
modify IO style (#170)
WenjiaoYue ffc7800
INC new API tensorflow examples update
lvliang-intel e55bd42
Remove yaml config setting
lvliang-intel 6da64a1
modify IO document (#181)
WenjiaoYue fc7d190
remove useless file in doc source (#182)
chensuyue 0077f15
Fixed benchmark error for tensorflow model (#177)
PenghuiCheng c137f28
Add export() PyTorch backend implementation for new API (#180)
xin3he 474c243
Corrected pruning.md links, updated per channel examples. (#175)
YIYANGCAI 3967be6
Adjust the hyperopt and sigopt as extras requirements (#173)
yiliu30 e4baa44
IO docs bug fix (#188)
WenjiaoYue c0fc675
Neural Coder adding support of ONNX RT dynamic quant and static quant…
kaikaiyao 6074008
update installation dependency (#185)
chensuyue a825e77
Set default value for use_bf16 and fixed random seed setting error (#…
PenghuiCheng 4ca98f7
Turn off ITEX optimization pass (#196)
lvliang-intel 8456099
Fixed UT error for bf16 op list for QAT mode (#200)
PenghuiCheng efc1aa4
Disable multi instance for ITEX GPU benchmark (#204)
lvliang-intel 4d32541
Revert "remove op-wise cfgs for testing. (#1521)" (#202)
intel-zhangyi 7efc1a9
add examples for GPTJ (#162)
changwangss d662880
Neural Coder mod launcher arg: "strategy" to "approach" (#201)
kaikaiyao d947f3b
update examples based on comments
lvliang-intel 5868dfa
update README.md
lvliang-intel b64e7f4
Update model_params_tensorflow.json
chensuyue 8898e75
update readme and benchmark mode
lvliang-intel c6f3932
update publication_list.md (#212)
chensuyue c3fc263
Added distributed training support for distillation of CNN-2. (#208)
XinyuYe-Intel 526d4fa
Added distributed training support for distillation of MobileNetV2. …
XinyuYe-Intel dad3af4
fix load issue (#194)
changwangss 22fd4ff
Fix NTM-One-Shot failed with KeyError (#210)
lvliang-intel 329ce79
Fix TextRNN and centernet_hg104 tuning issue (#171)
lvliang-intel a9b7ba0
Merge branch 'master' into lvl/inc_newapi_tf_examples
lvliang-intel c911d43
add batch_size for benchmark
lvliang-intel ec10fbc
Merge branch 'master' of https://github.com/intel/neural-compressor i…
lvliang-intel 9eff34a
Merge branch 'lvl/inc_newapi_tf_examples' of https://github.com/intel…
lvliang-intel bd970a8
Merge branch 'master' of https://github.com/intel/neural-compressor i…
lvliang-intel 3763ffe
set default batch_size to 32
lvliang-intel 9351200
Update __main__.py
chensuyue 118b9a2
Update __main__.py
chensuyue 99abed9
Merge branch 'master' of https://github.com/intel/neural-compressor i…
lvliang-intel e4ab8d9
Merge branch 'lvl/inc_newapi_tf_examples' of https://github.com/intel…
lvliang-intel 35d0a46
fix tuning and benchmark gap compared with old api
lvliang-intel 8449790
Merge branch 'master' into lvl/inc_newapi_tf_examples
lvliang-intel 08301c1
benchmark refine
lvliang-intel 3f0ce40
Merge branch 'lvl/inc_newapi_tf_examples' of https://github.com/intel…
lvliang-intel 4a29bcd
fix latency issue
lvliang-intel 9f7f621
Merge branch 'master' into lvl/inc_newapi_tf_examples
lvliang-intel d49f121
Merge branch 'master' of https://github.com/intel/neural-compressor i…
lvliang-intel a43b1c8
Merge branch 'lvl/inc_newapi_tf_examples' of https://github.com/intel…
lvliang-intel d28eba7
fix set_random_seed
lvliang-intel 65df7a6
Merge branch 'master' of https://github.com/intel/neural-compressor i…
lvliang-intel f934386
Update code for PR 244
lvliang-intel a29235c
fix space issue
lvliang-intel 47a0083
add inters and dump result for debug
lvliang-intel 703d3f6
Merge branch 'master' of https://github.com/intel/neural-compressor i…
lvliang-intel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2397,6 +2397,8 @@ grappler | |
| amsgrad | ||
| qoperator | ||
| apis | ||
| PostTrainingQuantConfig | ||
| dgpu | ||
| CPz | ||
| Nsh | ||
| UmK | ||
|
|
||
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
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
44 changes: 0 additions & 44 deletions
44
...ge_recognition/keras_models/inception_resnet_v2/quantization/ptq/inception_resnet_v2.yaml
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
...cognition/keras_models/inception_resnet_v2/quantization/ptq/inception_resnet_v2_itex.yaml
This file was deleted.
Oops, something went wrong.
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
18 changes: 18 additions & 0 deletions
18
...flow/image_recognition/keras_models/inception_resnet_v2/quantization/ptq/prepare_model.py
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.