Nicolò Ghielmetti

Results 7 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

## Prerequisites - [x] Test that the bug appears on the current version of the main branch. Make sure to include the commit hash of the commit you checked out....

bug

Since I used this transformation for Edge SpAIce project, I thought this might be generally useful. Sometimes it happens that the model exported from Brevitas contains repeated `Quant` nodes. Using...

This small PR implement the inference of W and I parameter for a given floating point constant. It is exploited in parametrised activations ## Type of change - [x] New...

please test