mlboydaisuke commited on
Commit
88903a0
·
verified ·
1 Parent(s): cfb26d5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -28,6 +28,12 @@ All variants take and return fp32 tensors — swap the `.pte` file, keep your ap
28
  \*Mac arm64, single process, median of 10 — a reference point for relative cost
29
  only, not a device number (torch eager fp32 on the same machine: 120.1 ms).
30
 
 
 
 
 
 
 
31
  ## Verification (executorch 1.4.0, torch 2.13.0)
32
 
33
  Parity is measured against the fp32 eager model on real image input; `corr` is
 
28
  \*Mac arm64, single process, median of 10 — a reference point for relative cost
29
  only, not a device number (torch eager fp32 on the same machine: 120.1 ms).
30
 
31
+ ### Checked in the task's own units
32
+
33
+ Correlation is a first filter. These are the numbers that decide:
34
+
35
+ - **int8** — measured in the units that matter for this model: mask IoU at 0.5, median 0.9922 over five real images (worst 0.9613) against the fp32 build.
36
+
37
  ## Verification (executorch 1.4.0, torch 2.13.0)
38
 
39
  Parity is measured against the fp32 eager model on real image input; `corr` is