qkeras
                                
                                
                                
                                    qkeras copied to clipboard
                            
                            
                            
                        QKeras: a quantization deep learning library for Tensorflow Keras
In QKeras 0.9.0, the following import fails: [`from tf_keras.utils import conv_utils`](https://github.com/google/qkeras/blob/6b4d9e91ac408735b6adaf62d41cf0f823f64f77/qkeras/qseparable_conv2d_transpose.py#L21) `ImportError: cannot import name 'conv_utils' from 'tf_keras.utils'` Tested with all the stable tf-keras versions. Workaround (before importing qkeras): ```...
Env Info: WSL2 (Ubuntu), Python 3.9.19, tensorflow 2.15.1, qkeras 0.9.0 Hello, I am trying to implement the encoder part of an autoencoder model on an FPGA for data compression. The...
Hi, Thank you for sharing this great repository. Would it be possible to add a working python version and requirements file to the ReadMe? I cannot find any version of...