Jovan Mitrevski

Results 133 comments of Jovan Mitrevski

I was wondering about the status of this PR. We'll talk about the code status and release schedule this Friday, and the conv transpose layer is an important layer for...

I think we want to support this for version 0.8. I will try rebasing it on the current main.

What is the meaning of "keep_dims"?

The rebase is at https://github.com/fastmachinelearning/hls4ml/tree/conv_tr_rebase. There were lots of merge conflicts so please take a look. We can replace this PR with that one, or force push it.

#844 is the version of this PR based on my rebased attempt. I wanted to make the PR to see how the tests go.

Not yet, but hopefully in a few days (in the main branch, not release).

I think we moved to the rebased request (#844), so I will close this one

Using a slightly older branch, I noticed that in a project I created the using stream definition is in both defines.h and nnet_helpers.h. Is that still the case and needed?...

Just for completeness, this alternate unoptimized 1d padding implementation does not suffer the error: ```c++ template void zeropad1d_cl(stream &data, stream &res) { res_T res_array[CONFIG_T::out_width]; ZeroOutputArray: for (int i = 0;...

I decided to move the discussion about potentially splitting the optimizer to #705, and in this pull request I just fix the requires to depend on the `ip` flow, not...