Hongyu Wang

Results 2 comments of Hongyu Wang

> I can confirm that I am also encountering similar behaviour where I am using the standard CNN from the hls4ml tutorial quantized at 6-bits and the prediction output I...

@bo3z Thank you for suggestion! After passing default_precision='ap_fixed' to the QKeras model, the performance did not improve. ``` python # Then the QKeras model hls_config_q = hls4ml.utils.config_from_keras_model(qmodel, granularity='name', backend='Vivado', default_precision='ap_fixed')...