-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update TF QAT docs. Deprecate TF create_compressed_model method #3217
Update TF QAT docs. Deprecate TF create_compressed_model method #3217
Conversation
docs/usage/training_time_compression/quantization_aware_training/Usage.md
Show resolved
Hide resolved
docs/usage/training_time_compression/quantization_aware_training/Usage.md
Outdated
Show resolved
Hide resolved
@andrey-churkin, please don't forget to update the openvino docs page as well https://docs.openvino.ai/2024/openvino-workflow/model-optimization-guide/compressing-models-during-training/quantization-aware-training-tensorflow.html |
docs/usage/training_time_compression/quantization_aware_training/Usage.md
Outdated
Show resolved
Hide resolved
docs/usage/training_time_compression/quantization_aware_training/Usage.md
Outdated
Show resolved
Hide resolved
docs/usage/training_time_compression/quantization_aware_training/Usage.md
Outdated
Show resolved
Hide resolved
nncf/tensorflow/utils/state.py
Outdated
data = { | ||
"quantization": { | ||
"quantizer_setup": TFQuantizationSetup.from_state(self.config["quantizer_setup"]).get_state(), | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is necessary to unwrap TensorFlow wrappers for lists and dictionaries into built-in types.
@alexsu52 Please review |
…vinotoolkit#3217) ### Changes - Update TF QAT docs - Deprecate the create_compressed_model() method for the TF backend. ### Reason for changes Ref: 158980 ### Related tickets Ref: 158980 ### Tests N/A
… (#3254) cherry-pick PR #3217 Co-authored-by: Andrey Churkin <[email protected]>
Changes
Reason for changes
Ref: 158980
Related tickets
Ref: 158980
Tests
N/A