@@ -10,8 +10,8 @@ and training-time algorithms for optimizing inference of neural networks in
1010[ OpenVINO&trade ; ] ( https://docs.openvino.ai ) with a minimal accuracy drop.
1111
1212NNCF is designed to work with models from [ PyTorch] ( https://pytorch.org/ ) ,
13- [ TensorFlow ] ( https://www.tensorflow. org/ ) , [ ONNX ] ( https://onnx.ai/ ) and
14- [ OpenVINO&trade ; ] ( https://docs.openvino.ai ) .
13+ [ TorchFX ] ( https://pytorch. org/docs/stable/fx.html ) , [ TensorFlow ] ( https://www.tensorflow.org/ ) ,
14+ [ ONNX ] ( https://onnx.ai/ ) and [ OpenVINO&trade ; ] ( https://docs.openvino.ai ) .
1515
1616The framework is organized as a Python package that can be built and used
1717as a standalone tool. Its architecture is unified to make adding different
@@ -41,11 +41,11 @@ For more information about NNCF, see:
4141
4242### Post-Training Compression Algorithms
4343
44- | Compression algorithm | OpenVINO | PyTorch | TensorFlow | ONNX |
45- | :---------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------: | :-------: | :-----------: | :-----------: |
46- | [ Post-Training Quantization] ( https://github.com/openvinotoolkit/nncf/blob/develop/docs/usage/post_training_compression/post_training_quantization/Usage.md ) | Supported | Supported | Supported | Supported |
47- | [ Weight Compression] ( https://github.com/openvinotoolkit/nncf/blob/develop/docs/usage/post_training_compression/weights_compression/Usage.md ) | Supported | Supported | Not supported | Not supported |
48- | [ Activation Sparsity] ( https://github.com/openvinotoolkit/nncf/blob/develop/nncf/experimental/torch/sparsify_activations/ActivationSparsity.md ) | Not supported | Experimental | Not supported| Not supported |
44+ | Compression algorithm | OpenVINO | PyTorch | TorchFX | TensorFlow | ONNX |
45+ | :---------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------: | :-------: | :-----------: | :-----------: | :-----------: |
46+ | [ Post-Training Quantization] ( https://github.com/openvinotoolkit/nncf/blob/develop/docs/usage/post_training_compression/post_training_quantization/Usage.md ) | Supported | Supported | Experimental | Supported | Supported |
47+ | [ Weight Compression] ( https://github.com/openvinotoolkit/nncf/blob/develop/docs/usage/post_training_compression/weights_compression/Usage.md ) | Supported | Supported | Experimental | Not supported | Not supported |
48+ | [ Activation Sparsity] ( https://github.com/openvinotoolkit/nncf/blob/develop/nncf/experimental/torch/sparsify_activations/ActivationSparsity.md ) | Not supported | Experimental | Not supported | Not supported| Not supported |
4949
5050### Training-Time Compression Algorithms
5151
0 commit comments