You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReleaseNotes.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,27 @@ samples distributed with the code. The samples demonstrate the usage of compres
7
7
public models and datasets for three different use cases: Image Classification, Object Detection,
8
8
and Semantic Segmentation.
9
9
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
+
10
31
## New in Release 2.1.0
11
32
- (PyTorch) All PyTorch operations are now NNCF-wrapped automatically.
12
33
- (TensorFlow) Scales for concat-affecting quantizers are now unified
0 commit comments