fastmachinelearning / hls4ml

Machine learning on FPGAs using HLS
https://fastmachinelearning.org/hls4ml
Apache License 2.0
1.27k stars 409 forks source link

Incompatibility of hls4ml's Resize with TF's Resizing #599

Open ThGkasios opened 2 years ago

ThGkasios commented 2 years ago

Hello, I'm still going with the project I created an issue about last month. Due to an overblow of unrolling loops during C Synthesis, I was looking into the Resizing layer from the tensorflow example, and found in the code that it exists, but the names are incompatible (as in Resizing is not the same as Resize).

Details

New behavior

Motivation

Parts of hls4ml being affected