Skip to content

Commit 2b561d1

Browse files
authored
update release note for v220 (#1173)
1 parent f16e244 commit 2b561d1

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

ReleaseNotes.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ samples distributed with the code. The samples demonstrate the usage of compres
77
public models and datasets for three different use cases: Image Classification, Object Detection,
88
and Semantic Segmentation.
99

10+
## New in Release 2.2.0
11+
- (TensorFlow) Added TensorFlow 2.5.x support.
12+
- (TensorFlow) The `SubclassedConverter` class was added to create `NNCFGraph` for the `tf.Graph` Keras model.
13+
- (TensorFlow) Added `TFOpLambda ` layer support with `TFModelConverter`, `TFModelTransformer`, and `TFOpLambdaMetatype`.
14+
- (TensorFlow) Patterns from `MatMul` and `Conv2D` to `BiasAdd` and `Metatypes` of TensorFlow operations with weights `TFOpWithWeightsMetatype` are added.
15+
- (PyTorch, TensorFlow) Added prunings for `Reshape` and `Linear` as `ReshapePruningOp` and `LinearPruningOp`.
16+
- (PyTorch) Added mixed precision quantization config with HAWQ for `Resnet50` and `Mobilenet_v2` for the latest VPU.
17+
- (PyTorch) Splitted `NNCFBatchNorm` into `NNCFBatchNorm1d`, `NNCFBatchNorm2d`, `NNCFBatchNorm3d`.
18+
- (PyTorch - Experimental) Added the `BNASTrainingController` and `BNASTrainingAlgorithm` for BootstrapNAS to search the model's architecture.
19+
- (Experimental) ONNX `ModelProto` is now converted to `NNCFGraph` through `GraphConverter`.
20+
- (Experimental) `ONNXOpMetatype` and extended patterns for fusing HW config is now available.
21+
- (Experimental) Added `ONNXPostTrainingQuantization` and `MinMaxQuantization` supports for ONNX.
22+
23+
Bugfixes:
24+
- (PyTorch, TensorFlow) Added exception handling of BN adaptation for zero sample values.
25+
- (PyTorch, TensorFlow) Fixed learning rate after validation step for `EarlyExitCompressionTrainingLoop`.
26+
- (PyTorch) Fixed `FakeQuantizer` to make exact zeros.
27+
- (PyTorch) Fixed `Quantizer` misplacements during ONNX export.
28+
- (PyTorch) Restored device information during ONNX export.
29+
- (PyTorch) Fixed the statistics collection from the pruned model.
30+
1031
## New in Release 2.1.0
1132
- (PyTorch) All PyTorch operations are now NNCF-wrapped automatically.
1233
- (TensorFlow) Scales for concat-affecting quantizers are now unified

0 commit comments

Comments
 (0)