Tensorflow 2.16 support #3030
-
Hi, when can we expect NNCF to support TF 2.16? It's an important version since it comes with Keras 3. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
MaximProshin
Oct 25, 2024
Replies: 1 comment 4 replies
-
Hi @jmmanso ! There is no plan yet as we don't see a wide adoption of TF path in NNCF. Can you please share some information on whether you use it or plan to use it and how? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jmmanso , for PTQ we recommend OV path, i.e. TF->OV->NNCF->int8_OV, in that case there wouldn't be any dependency on TF version in NNCF (see more in https://docs.openvino.ai/2024/openvino-workflow/model-optimization-guide/quantizing-models-post-training/basic-quantization-flow.html). Please consider that option.
Anyway, we also consider to support TF 2.18, that was just released, in future NNCF versions but I don't have clear plans yet.