Keras 3 + Pruning?
#21375
Replies: 1 comment
|
Hi, Currently, pruning support in the Keras 3 ecosystem is still limited compared to Keras 2.
Some possible approaches:
It would also help to know:
That information may change the recommended approach. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Does anyone know of any libraries that support Keras 3 + model pruning? tfmot does not support it and from what I can tell there is not a plan to tensorflow/model-optimization#1119 And all the other sparsity libraries that I have found only support Keras 2.
All reactions