Quantization-aware training #19704
-
I'm looking for some guidance on how to do quantization-aware training in keras 3. I have used the TF model-optimization library in the past, but per the responses on this issue it does not look like there is a plan to support tfmot+keras3. Is there a go-to 3rd party library? Any suggestions? |
Beta Was this translation helpful? Give feedback.
Answered by
james77777778
May 12, 2024
Replies: 1 comment 3 replies
-
Any idea? @james77777778 if you are free can you point out library for that? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think the best option for now is to use Keras2 for TFMOT.
I have considered developing a library similar to TFMOT to support Keras 3, but currently, I don't have the bandwidth for it.