Skip to content

Commit b2a3ccf

Browse files
authoredMar 11, 2024
Drop binarization algorithm support (#2556)
### Changes - Dropped `binarization` algorithm support (as deprecated before); ### Reason for changes - Actual state of the algorithms list; ### Related tickets - 133129
1 parent 9762b48 commit b2a3ccf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+9
-2105
lines changed
 

‎README.md

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ learning frameworks.
4242
| :--- | :---: | :---: |
4343
|[Quantization Aware Training](./docs/compression_algorithms/Quantization.md) | Supported | Supported |
4444
|[Mixed-Precision Quantization](./docs/compression_algorithms/Quantization.md#mixed-precision-quantization) | Supported | Not supported |
45-
|[Binarization](./docs/compression_algorithms/Binarization.md) | Supported | Not supported |
4645
|[Sparsity](./docs/compression_algorithms/Sparsity.md) | Supported | Supported |
4746
|[Filter pruning](./docs/compression_algorithms/Pruning.md) | Supported | Supported |
4847
|[Movement pruning](./nncf/experimental/torch/sparsity/movement/MovementSparsity.md) | Experimental | Not supported |

‎docs/Algorithms.md

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ Each compression method receives its own hyperparameters that are organized as a
1212
- Automatic bitwidth assignment based on HAWQ
1313
- Automatic quantization parameter selection and activation quantizer setup based on HW config preset
1414
- Automatic bitwidth assignment mode AutoQ, based on HAQ, a Deep Reinforcement Learning algorithm to select best mixed precision given quality metric and HW type.
15-
- [Binarization](./compression_algorithms/Binarization.md)
16-
- XNOR, DoReFa weight binarization
17-
- Scale/threshold based per-channel activation binarization
1815
- [Sparsity](./compression_algorithms/Sparsity.md)
1916
- Magnitude sparsity
2017
- Regularization-based (RB) sparsity

0 commit comments

Comments
 (0)