executorch icon indicating copy to clipboard operation
executorch copied to clipboard

make quantized model tests better

Open mcr229 opened this issue 1 year ago • 3 comments

Summary: XNNPACK should be testing with random inputs and quantized models should be calibrated before lowering and testing. Right now there are some numerical issues being debugged and tracked by: T187799178. this has been a bit difficult, but for now, we can first make these tests better by giving random inptus and enabling calibration.

We don't fix the numerical issues in this diff.

Differential Revision: D56906440

mcr229 avatar May 02 '24 22:05 mcr229