Nicolò Ghielmetti

Results 4 issues of Nicolò Ghielmetti

As stated in the title: I tried with \makelettertile[R] but it does not work. Any advice? Thanks in advance

I'm working on floating point quantizer and I think this line doesn't work in my case: `delta = self.quantizer.max() * 2**-self.quantizer.bits` With the modification proposed one can define `delta()` in...

I extended channels last converted in order to work with models with branches. I tested with a dummy model composed by a single fork node and with a complete UNet...

I am working with a UNet model in ONNX format and I needed to move channels from first to last. I tried using the following pass https://github.com/fastmachinelearning/qonnx/blob/main/src/qonnx/transformation/channels_last.py but at the...

enhancement