Does cube.ai support quantized onnx models?
I used a quantization tool called ppq to quantize my onnx model because the activation values in the middle layer of this model were too large and I needed to quantize it from float32 type to int8 type. By the way, this model was defined and trained ...