Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
5717b13
Update distilbert_base
ChendaLi-Intel Nov 28, 2022
5f5139a
Update distilbert_base
ChendaLi-Intel Nov 28, 2022
1952588
Update bert_base_mrpc
ChendaLi-Intel Nov 30, 2022
c7779e2
Add words to ignore when doing the spell check
ChendaLi-Intel Dec 1, 2022
0f7bbc8
Merge branch 'master' into chenda/inc_newapi
chensuyue Dec 1, 2022
f7d101a
Merge branch 'master' of https://github.com/intel/neural-compressor i…
ChendaLi-Intel Dec 2, 2022
336e5fe
merge and solve conflict
zehao-intel Dec 6, 2022
83d7d4c
add code for transformer_lt and transformer_lt_mlperf
zehao-intel Dec 6, 2022
40ec6ec
refine 4 nlp models
zehao-intel Dec 8, 2022
383687b
Merge branch 'master' into chenda/inc_newapi
zehao-intel Dec 8, 2022
5ed6059
fix spell
zehao-intel Dec 8, 2022
3ca3912
Merge branch 'master' into chenda/inc_newapi
zehao-intel Dec 8, 2022
63a41ed
remove unnecessary common.Model
zehao-intel Dec 9, 2022
816b59e
Merge branch 'chenda/inc_newapi' of https://github.com/intel/neural-c…
zehao-intel Dec 9, 2022
d8d5315
fix iteration=None in tf_utils.util.iterator_sess_run
zehao-intel Dec 9, 2022
cc909e4
update example config
zehao-intel Dec 9, 2022
20b33de
Merge branch 'master' into chenda/inc_newapi
zehao-intel Dec 9, 2022
300eb57
remove old api tf nlp examples
zehao-intel Dec 9, 2022
adf18a2
remove old api image recognition examples
zehao-intel Dec 9, 2022
7c96dec
support removed model test
chensuyue Dec 11, 2022
c27adfc
add default benchmark config
chensuyue Dec 11, 2022
374b418
merge master
zehao-intel Dec 13, 2022
6b8f185
remove experimental import
zehao-intel Dec 13, 2022
74dbeca
Merge branch 'chenda/inc_newapi' of https://github.com/intel/neural-c…
zehao-intel Dec 13, 2022
e0773a9
fix bugs
zehao-intel Dec 13, 2022
f272307
fix
zehao-intel Dec 13, 2022
58d102d
fix issues
zehao-intel Dec 14, 2022
4dde5c9
fix transformer_lt example config
zehao-intel Dec 14, 2022
88de8ac
fix transformer_lt benchmark config args
zehao-intel Dec 14, 2022
74d8578
Update run_benchmark.sh
chensuyue Dec 14, 2022
fbc839c
update topology to scripts
zehao-intel Dec 15, 2022
57b92c2
Merge branch 'chenda/inc_newapi' of https://github.com/intel/neural-c…
zehao-intel Dec 15, 2022
7fe5a1c
remove topology and args check
zehao-intel Dec 15, 2022
aca1a38
fix bert_base import
zehao-intel Dec 20, 2022
13929ec
fix distillbert
zehao-intel Dec 20, 2022
b0ad837
fix config
zehao-intel Dec 20, 2022
2f3af90
fix bert latency issue
zehao-intel Dec 20, 2022
93a5017
solve conflicts
zehao-intel Dec 20, 2022
bfc6d27
Merge branch 'master' of https://github.com/intel/neural-compressor i…
lvliang-intel Dec 21, 2022
88b519d
Merge branch 'chenda/inc_newapi' of https://github.com/intel/neural-c…
lvliang-intel Dec 21, 2022
801ae60
remove yolo_v3 utils
lvliang-intel Dec 21, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .azure-pipelines/scripts/codeScan/pyspelling/inc_dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2397,15 +2397,13 @@ grappler
amsgrad
qoperator
apis
PostTrainingQuantConfig
dgpu
CPz
PostTrainingQuantConfig
dgpu
Nsh
UmK
fe
vmware
PythonLauncher
keepachangelog
vscode
IntelNeuralCompressor
Expand Down Expand Up @@ -2451,7 +2449,6 @@ npmjs
AWSSageMakerSupport
sagemaker
xpu
PostTrainingQuantConfig
dgpu
BenchmarkConfig
QuantizationAwareTrainingConfig
Expand All @@ -2464,3 +2461,6 @@ Namhoon
Thalaiyasingam
Torr
MixedPrecisionConfig
AccuracyCriterion
AccuracyLoss
TuningCriterion
Binary file modified docs/source/_static/imgs/pruning/pruning_patterns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 8 additions & 16 deletions examples/.config/model_params_tensorflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -539,10 +539,8 @@
"model_src_dir": "nlp/transformer_lt/quantization/ptq",
"dataset_location": "/tf_dataset/tensorflow/transformer-lt-official-fp32-inference/transformer_lt_official_fp32_pretrained_model/data",
"input_model": "/tf_dataset/tensorflow/transformer-lt-official-fp32-inference/transformer_lt_official_fp32_pretrained_model/graph/fp32_graphdef.pb",
"yaml": "transformer_lt.yaml",
"strategy": "basic",
"batch_size": 64,
"new_benchmark": false
"main_script": "main.py",
"batch_size": 64
},
"bert_large_squad": {
"model_src_dir": "nlp/bert_large_squad/quantization/ptq",
Expand All @@ -566,10 +564,8 @@
"model_src_dir": "nlp/bert_base_mrpc/quantization/ptq",
"dataset_location": "/tf_dataset/tensorflow/bert/mrpc_data",
"input_model": "/tf_dataset/tensorflow/bert/bert_base_mrpc",
"yaml": "mrpc.yaml",
"strategy": "basic",
"batch_size": 64,
"new_benchmark": true
"main_script": "run_classifier.py",
"batch_size": 64
},
"deeplab": {
"model_src_dir": "semantic_image_segmentation/deeplab/quantization/ptq",
Expand Down Expand Up @@ -2059,19 +2055,15 @@
"model_src_dir": "nlp/transformer_lt_mlperf/quantization/ptq",
"dataset_location": "/tf_dataset2/datasets/transformer_uniform_data",
"input_model": "/tf_dataset2/models/tensorflow/transformer_lt_mlperf/fp32/transformer_mlperf_fp32.pb",
"yaml": "transformer_lt_mlperf.yaml",
"strategy": "basic",
"batch_size": 64,
"new_benchmark": false
"main_script": "run_inference.py",
"batch_size": 64
},
"distilbert_base": {
"model_src_dir": "nlp/distilbert_base/quantization/ptq",
"dataset_location": "/tf_dataset2/datasets/sst2_validation_dataset",
"input_model": "/tf_dataset2/models/tensorflow/distilbert_base/fp32/distilbert_base_fp32.pb",
"yaml": "distilbert_base.yaml",
"strategy": "basic",
"batch_size": 128,
"new_benchmark": false
"main_script": "run_inference.py",
"batch_size": 128
},
"xception": {
"model_src_dir": "image_recognition/keras_models/xception/quantization/ptq",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading