Skip to content

Commit 141caed

Browse files
[PT] Remove movement sparsity (#3764)
### Changes Remove movement sparsity algorithm ### Related tickets 176422
1 parent 4543e15 commit 141caed

Some content is hidden

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

50 files changed

+0
-8198
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ learning frameworks.
5656
| [Mixed-Precision Quantization](./docs/usage/training_time_compression/other_algorithms/LegacyQuantization.md#mixed-precision-quantization) | Supported |
5757
| [Sparsity](./docs/usage/training_time_compression/other_algorithms/Sparsity.md) | Supported |
5858
| [Filter pruning](./docs/usage/training_time_compression/other_algorithms/Pruning.md) | Supported |
59-
| [Movement pruning](./src/nncf/experimental/torch/sparsity/movement/MovementSparsity.md) | Experimental |
6059

6160
- Automatic, configurable model graph transformation to obtain the compressed model.
6261
- Common interface for compression methods.

docs/PyPiPublishing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ For more information about NNCF, see:
5353
| [Mixed-Precision Quantization](https://github.com/openvinotoolkit/nncf/blob/develop/docs/usage/training_time_compression/other_algorithms/LegacyQuantization.md#mixed-precision-quantization) | Supported |
5454
| [Sparsity](https://github.com/openvinotoolkit/nncf/blob/develop/docs/usage/training_time_compression/other_algorithms/Sparsity.md) | Supported |
5555
| [Filter pruning](https://github.com/openvinotoolkit/nncf/blob/develop/docs/usage/training_time_compression/other_algorithms/Pruning.md) | Supported |
56-
| [Movement pruning](https://github.com/openvinotoolkit/nncf/blob/develop/src/nncf/experimental/torch/sparsity/movement/MovementSparsity.md) | Experimental |
5756

5857
- Automatic, configurable model graph transformation to obtain the compressed model.
5958
- Common interface for compression methods.

src/nncf/experimental/common/pruning/__init__.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/nncf/experimental/common/pruning/block_hierarchy.py

Lines changed: 0 additions & 97 deletions
This file was deleted.

src/nncf/experimental/common/pruning/nodes_grouping.py

Lines changed: 0 additions & 127 deletions
This file was deleted.

0 commit comments

Comments
 (0)