Example of using a matrix compression operator inside a Keras model?

Is it possible to use the TensorFlow Matrix Compression Operator inside a Keras model? If so, is there an example that shows how to do it?

1 Like

There is one example available at Matrix approximation with Core APIs in TensorFlow which explains the image matrix compression or you can also use Autoencoder model for the same task. Thank you.