Maksymilian Graczyk

Results 5 comments of Maksymilian Graczyk

If you want to familiarise yourself with the new method, you can have a look at this Jupyter notebook: https://gist.github.com/maksgraczyk/031ad1ec8191e237c2f5008adade2257

I've made 2 extra commits after getting feedback from one of the users: the first one makes sure that only layers actually present in an HLSModel config are processed (it...

> could you take a look at that? I think we didn't discuss it before, but as well as setting the layer output from the sampled data you could derive...

> Hi @maksgraczyk sorry, I do not have the context here, what is the QKeras performance issue? Just curious. I just mean the hls4ml issue we're discussing here. I wrote...

I've updated #321 to make `set_data_types_from_keras_model()` update accum_t as well and add `set_accum_from_keras_model()` setting accum_t using just a Keras model and HLSModel data types (without using profiling information). This should...