brevitas icon indicating copy to clipboard operation
brevitas copied to clipboard

Custom 3dconv quantization function

Open sansi-zhang opened this issue 2 years ago • 1 comments

Hi, i want to implment the 3dConv quantization function by using a morph of the QuantConv2d function in brevitas. But I was wondering if it would still work to generate onnx files and deploy them correctly to FPGA.

sansi-zhang avatar May 18 '23 12:05 sansi-zhang

#805 introduces a QuantConv3d layer.

nickfraser avatar Feb 07 '24 16:02 nickfraser