nncf_workflow (#14867)

This commit is contained in:
Maciej Smyk 2023-01-03 17:15:28 +01:00 committed by GitHub
parent 935059f0dc
commit 430e532a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 963 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d7a58f31b2043fe9d92892b1f40ed8a7c596c36ef9d1cd1c71adb981009161bf
size 45665

962
docs/img/nncf_workflow.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 97 KiB

View File

@ -46,7 +46,7 @@ To install the latest NNCF version from source follow the instruction on [GitHub
## Working with NNCF
The figure below shows a common workflow of applying training-time compressions with NNCF. The NNCF optimizations are added to the TensorFlow or PyTorch training script, and then the model undergoes fine-tuning. The optimized model can then be exported to OpenVINO IR format for accelerated performance with OpenVINO Runtime.
![](../../img/nncf_workflow.png)
![](../../img/nncf_workflow.svg)
### Training-Time Compression Methods