Skip to content

Commit da99d28

Browse files
authored
Bump release version into v2.2 (#1034)
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent a0b0707 commit da99d28

File tree

5 files changed

+127
-147
lines changed

5 files changed

+127
-147
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Intel® Neural Compressor
55
<h3> An open-source Python library supporting popular model compression techniques on all mainstream deep learning frameworks (TensorFlow, PyTorch, ONNX Runtime, and MXNet)</h3>
66

77
[![python](https://img.shields.io/badge/python-3.7%2B-blue)](https://github.com/intel/neural-compressor)
8-
[![version](https://img.shields.io/badge/release-2.1-green)](https://github.com/intel/neural-compressor/releases)
8+
[![version](https://img.shields.io/badge/release-2.2-green)](https://github.com/intel/neural-compressor/releases)
99
[![license](https://img.shields.io/badge/license-Apache%202-blue)](https://github.com/intel/neural-compressor/blob/master/LICENSE)
1010
[![coverage](https://img.shields.io/badge/coverage-85%25-green)](https://github.com/intel/neural-compressor)
1111
[![Downloads](https://static.pepy.tech/personalized-badge/neural-compressor?period=total&units=international_system&left_color=grey&right_color=green&left_text=downloads)](https://pepy.tech/project/neural-compressor)
@@ -59,7 +59,6 @@ q_model = fit(
5959
calib_dataloader=dataloader,
6060
eval_dataloader=dataloader)
6161
```
62-
> More quick samples can be found in [Get Started Page](./docs/source/get_started.md).
6362

6463
## Documentation
6564

docs/source/diagnosis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The workflow is described in the diagram below. First we have to configure scrip
3434
</tr>
3535
<tr>
3636
<td rowspan="2" align="center">Benchmark Profiling</td>
37-
<td rowspan="2" align="center">OP, execution and duration</td>
37+
<td rowspan="2" align="center">OP execute duration</td>
3838
<td align="center">TensorFlow</td>
3939
<td align="center"><a href="https://github.com/tensorflow/tensorflow">TensorFlow</a>/<a href="https://github.com/Intel-tensorflow/tensorflow">Intel TensorFlow</a></td>
4040
</tr>

docs/source/user_guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ This part provides the advanced topics that help user dive deep into Intel® Neu
7373
<td colspan="3" align="center"><a href="adaptor.md">Adaptor</a></td>
7474
<td colspan="3" align="center"><a href="tuning_strategies.md">Strategy</a></td>
7575
<td colspan="3" align="center"><a href="distillation_quantization.md">Distillation for Quantization</a></td>
76-
<td colspan="3" align="center"><a href="metric.md">Metric</a></td>
7776
</tr>
7877
<tr>
79-
<td colspan="3" align="center"><a href="objective.md">Objective</a></td>
80-
<td colspan="4" align="center"><a href="smooth_quant.md">SmoothQuant</a></td>
81-
<td colspan="5" align="center"><a href="add_new_data_type.md">Add New Data Type</a></td>
78+
<td colspan="2" align="center"><a href="objective.md">Objective</a></td>
79+
<td colspan="2" align="center"><a href="smooth_quant.md">SmoothQuant</a></td>
80+
<td colspan="3" align="center"><a href="add_new_data_type.md">Add New Data Type</a></td>
81+
<td colspan="2" align="center"><a href="diagnosis.md">Diagnosis</a></td>
8282
</tr>
8383
</tbody>
8484
</table>

neural_insights/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
Neural Insights
44
===========================
5-
6-
<h3>Neural Insights is a web application for easier use of Intel® Neural Compressor diagnosis.</h3>
7-
85
</div>
96

10-
<div align="left">
7+
Neural Insights is a web application for easier use of Intel® Neural Compressor [diagnosis](/docs/source/diagnosis.md) feature.
8+
It provides the capability to show the model graph, histograms of weights and activations, quantization configs, etc.
9+
The workflow shows the relationship of Neural Insights and diagnosis.
10+
![workflow](/docs/source/imgs/workflow.jpg)
1111

1212
## Installation
1313

third-party-programs.txt

Lines changed: 117 additions & 136 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ terms are listed below.
5858

5959
pytorch-mobilenet-v3
6060

61-
rxjs
62-
Copyright (c) 2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors
63-
6461
tensor2tensor
6562

6663
tensorflow-yolo-v3
@@ -70,20 +67,20 @@ terms are listed below.
7067
nnUnet
7168
Copyright [2019] [Division of Medical Image Computing, German Cancer Research Center (DKFZ), Heidelberg, Germany]
7269

73-
Ultra-Light-Fast-Generic-Face-Detector-1MB
74-
Copyright (c) 2019 linzai
70+
Diffusers
71+
72+
web-vitals
73+
Copyright 2020 Google LLC
7574

76-
plotly
75+
web-worker
7776

78-
diffusers
7977

8078
Apache License
8179
Version 2.0, January 2004
8280
http://www.apache.org/licenses/
8381

8482
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
8583

86-
8784
1. Definitions.
8885

8986
"License" shall mean the terms and conditions for use, reproduction,
@@ -323,89 +320,88 @@ terms are listed below.
323320
dlrm
324321
Copyright (c) Facebook, Inc. and its affiliates.
325322

323+
example-pytorch-plain_cnn-cifar100
324+
Copyright (c) 2019 Iman Mirzadeh
325+
326+
example-pytorch-WideResNet-cifar10
327+
Copyright (c) 2019 xternalz
328+
326329
example-TensorFlow-DCGAN
327330
Copyright (c) 2016 Taehoon Kim
328331

329-
MMdnn
330-
Copyright (c) Microsoft Corporation. All rights reserved.
332+
FileSaver.js
333+
Copyright © 2016 Eli Grey.
331334

332-
@angular/animations
333-
Copyright (c) 2010-2020 Google LLC.
335+
haq/model/mobilenetv2
336+
Copyright (c) 2019 MIT HAN Lab
334337

335-
@angular/cdk
336-
Copyright (c) 2010-2020 Google LLC.
338+
microsoft/table-transformer
339+
Copyright (c) Microsoft Corporation.
337340

338-
@angular/common
339-
Copyright (c) 2010-2020 Google LLC.
341+
MMdnn
342+
Copyright (c) Microsoft Corporation. All rights reserved.
340343

341-
@angular/compiler
342-
Copyright (c) 2010-2020 Google LLC.
344+
mnist
345+
Copyright (c) Microsoft Corporation. All rights reserved.
343346

344-
@angular/core
345-
Copyright (c) 2010-2020 Google LLC.
347+
onnxconverter-common
348+
Copyright (c) Microsoft Corporation. All rights reserved.
346349

347-
@angular/flex-layout
348-
Copyright (c) 2010-2020 Google LLC.
350+
socket.io-client
351+
Copyright (c) 2014 Guillermo Rauch
349352

350-
@angular/forms
351-
Copyright (c) 2010-2020 Google LLC.
353+
Ultra-Light-Fast-Generic-Face-Detector-1MB
354+
Copyright (c) 2019 linzai
352355

353-
@angular/material
354-
Copyright (c) 2010-2020 Google LLC.
356+
@testing-library/jest-dom
357+
Copyright (c) 2017 Kent C. Dodds
355358

356-
@angular/platform-browser
357-
Copyright (c) 2010-2020 Google LLC.
359+
@testing-library/react
360+
Copyright (c) 2017-Present Kent C. Dodds
358361

359-
@angular/platform-browser-dynamic
360-
Copyright (c) 2010-2020 Google LLC.
362+
@testing-library/user-event
363+
Copyright (c) 2020 Giorgio Polvara
361364

362-
@angular/router
363-
Copyright (c) 2010-2020 Google LLC.
365+
axios
366+
Copyright (c) 2014-present Matt Zabriskie & Collaborators
364367

365-
socket.io-client
366-
Copyright (c) 2014 Guillermo Rauch
368+
bootstrap
369+
Copyright (c) 2011-2018 Twitter, Inc.
370+
Copyright (c) 2011-2018 The Bootstrap Authors
367371

368-
ts-md5
369-
Copyright (C) 2014 Raymond Hill
372+
cytoscape-elk
373+
Copyright (c) 2016-2018, 2020, The Cytoscape Consortium.
370374

371-
zone.js
372-
Copyright (c) 2010-2020 Google LLC.
375+
moment
376+
Copyright (c) JS Foundation and other contributors
373377

374-
js-sha256
375-
Copyright (c) 2014-2017 Chen, Yi-Cyuan
378+
node-sass
379+
Copyright (c) 2013-2016 Andrew Nesbitt
376380

377-
@swimlane/ngx-graph
378-
Copyright (c) 2016 Swimlane <info@swimlane.com>
381+
react
382+
Copyright (c) Meta Platforms, Inc. and affiliates.
379383

380-
ngx-pipes
381-
Copyright (c) Dan Revah
384+
react-bootstrap
385+
Copyright (c) 2014-present Stephen J. Collings, Matthew Honnibal, Pieter Vanderwerff
382386

383-
ngx-charts
387+
react-cytoscapejs
388+
Copyright (c) 2018 Plotly Technologies Inc.
384389

385-
ngx-joyride
386-
Copyright (c) 2018 Tommasi Nicola.
390+
react-dom
391+
Copyright (c) 2017 Tylor Steinberger
387392

388-
example-pytorch-WideResNet-cifar10
389-
Copyright (c) 2019 xternalz
393+
plotly.js
394+
Copyright (c) 2021 Plotly, Inc
390395

391-
example-pytorch-plain_cnn-cifar100
392-
Copyright (c) 2019 Iman Mirzadeh
396+
react-plotly.js
397+
Copyright (c) 2017 Plotly, Inc.
393398

394-
haq/model/mobilenetv2
395-
Copyright (c) 2019 MIT HAN Lab
399+
react-scripts
400+
Copyright (c) 2013-present, Facebook, Inc.
396401

397-
mnist
398-
Copyright (c) Microsoft Corporation. All rights reserved.
399-
400-
onnxconverter-common
401-
Copyright (c) Microsoft Corporation. All rights reserved.
402+
socket.io
403+
Copyright (c) 2014-2018 Automattic <dev@cloudup.com>
402404

403-
FileSaver.js
404-
Copyright © 2016 Eli Grey.
405-
406-
Hardware Aware Transformers
407-
Copyright (c) 2020, Hanrui Wang, Zhanghao Wu, Zhijian Liu, Han Cai, Ligeng Zhu, Chuang Gan and Song Han. All rights reserved.
408-
Copyright (c) Facebook, Inc. and its affiliates.
409405

410406
The MIT License (MIT)
411407

@@ -1449,76 +1445,7 @@ terms are listed below.
14491445

14501446

14511447
------------------------------------------------------------------
1452-
6. tslib
1453-
Copyright (c) Microsoft Corporation.
1454-
1455-
BSD Zero Clause License
1456-
1457-
Permission to use, copy, modify, and/or distribute this software for any
1458-
purpose with or without fee is hereby granted.
1459-
1460-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1461-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1462-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1463-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1464-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1465-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1466-
PERFORMANCE OF THIS SOFTWARE.
1467-
1468-
1469-
------------------------------------------------------------------
1470-
7. sha.js
1471-
Copyright (c) 2013-2018 sha.js contributors
1472-
1473-
Permission is hereby granted, free of charge, to any person obtaining a copy
1474-
of this software and associated documentation files (the "Software"), to deal
1475-
in the Software without restriction, including without limitation the rights
1476-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1477-
copies of the Software, and to permit persons to whom the Software is
1478-
furnished to do so, subject to the following conditions:
1479-
1480-
The above copyright notice and this permission notice shall be included in all
1481-
copies or substantial portions of the Software.
1482-
1483-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1484-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1485-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1486-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1487-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1488-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1489-
SOFTWARE.
1490-
1491-
1492-
Copyright (c) 1998 - 2009, Paul Johnston & Contributors
1493-
All rights reserved.
1494-
1495-
Redistribution and use in source and binary forms, with or without
1496-
modification, are permitted provided that the following conditions are met:
1497-
1498-
Redistributions of source code must retain the above copyright notice, this
1499-
list of conditions and the following disclaimer.
1500-
1501-
Redistributions in binary form must reproduce the above copyright notice, this
1502-
list of conditions and the following disclaimer in the documentation and/or
1503-
other materials provided with the distribution.
1504-
1505-
Neither the name of the author nor the names of its contributors may be used to
1506-
endorse or promote products derived from this software without specific prior
1507-
written permission.
1508-
1509-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1510-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1511-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1512-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
1513-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1514-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1515-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
1516-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1517-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1518-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1519-
1520-
------------------------------------------------------------------
1521-
8. FastFormers
1448+
6. FastFormers
15221449
Copyright (c) Microsoft Corporation.
15231450

15241451
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1880,7 +1807,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18801807
POSSIBILITY OF SUCH DAMAGE.
18811808

18821809
-------------------------------------------------------------
1883-
9. protobuf
1810+
7. protobuf-compiler
18841811
Copyright 2008 Google Inc. All rights reserved.
18851812

18861813
Redistribution and use in source and binary forms, with or without
@@ -1913,11 +1840,65 @@ Code generated by the Protocol Buffer compiler is owned by the owner
19131840
of the input file used when generating it. This code is not
19141841
standalone and requires a support library to be linked with it. This
19151842
support library is itself covered by the above license.
1843+
-------------------------------------------------------------
1844+
7. Hardware-Aware Transformer software
1845+
1846+
------------ LICENSE For Hardware-Aware Transformer software ---------------
1847+
Copyright (c) 2020, Hanrui Wang, Zhanghao Wu, Zhijian Liu, Han Cai,
1848+
Ligeng Zhu, Chuang Gan and Song Han
1849+
All rights reserved.
1850+
1851+
Redistribution and use in source and binary forms, with or without
1852+
modification, are permitted provided that the following conditions are met:
1853+
1854+
* Redistributions of source code must retain the above copyright notice, this
1855+
list of conditions and the following disclaimer.
1856+
1857+
* Redistributions in binary form must reproduce the above copyright notice,
1858+
this list of conditions and the following disclaimer in the documentation
1859+
and/or other materials provided with the distribution.
1860+
1861+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1862+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1863+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1864+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1865+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1866+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1867+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1868+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1869+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1870+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1871+
1872+
1873+
------------------------- LICENSE FOR Fairseq ------------------------------
1874+
MIT License
1875+
1876+
Copyright (c) Facebook, Inc. and its affiliates.
1877+
1878+
Permission is hereby granted, free of charge, to any person obtaining a copy
1879+
of this software and associated documentation files (the "Software"), to deal
1880+
in the Software without restriction, including without limitation the rights
1881+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1882+
copies of the Software, and to permit persons to whom the Software is
1883+
furnished to do so, subject to the following conditions:
1884+
1885+
The above copyright notice and this permission notice shall be included in all
1886+
copies or substantial portions of the Software.
1887+
1888+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1889+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1890+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1891+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1892+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1893+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1894+
SOFTWARE.
1895+
1896+
19161897
------------------------------------------------------------------
19171898

19181899
The following third party programs have their own third party program files. These additional
19191900
third party program files are as follows:
19201901

1921-
1. Intel® AI Quantization Tools for Tensorflow*: python3.7/site-packages/neural_compressor-1.11.dist-info
1902+
1. Intel® AI Quantization Tools for Tensorflow*: https://github.com/IntelAI/tools/blob/master/api/third-party-programs.txt
19221903
-------------------------------------------------------------
19231904
Other names and brands may be claimed as the property of others

0 commit comments

Comments
 (0)