Wilfred Kisku
Wilfred Kisku
@SteCla0 did you find a resolution?
Hi @liuhao-97, I have not yet solved it. This accuracy drop is for a "skip connection" based architecture. Last I found in one of the hls4ml community threads that "merge"...
Hi, I am also trying to work with the `ResNet` architecture and `Inception` architectures. While the **unquantized models** synthesize well with the `hls4ml`, there is an accuracy drop for **quantized...
I have used the `io_stream` and the strategy used is `Resource`. Another issue that I am facing is that when I am using the config file to generate the hls4ml...
Thanks @jmduarte for the help. I am including the model to give a better picture of the model that I am trying to synthesize using hls4ml. I have been testing...
@liuhao-97 thank you for the reply. No i could not get it corrected, it's still has the accuracy drop. Is there anything else to rectify the issue that you have...
@liuhao-97 I tried to profile the layer but came up with a `graph disconnected error'. ``` ValueError: Graph disconnected: cannot obtain value for tensor KerasTensor(type_spec=TensorSpec(shape=(None, 32, 32, 1), dtype=tf.float32, name='input_1'),...
> Hi have you tried with full precision model (ap_fix)? I mean don't quantize the model and set hls config to ap_fix. Maybe you can check the output of the...
I am not able to print the output yet.
I am using hls4ml 0.6.0. Has this issue been resolved in the new branch?