DeiT III: Revenge of the ViT
Paper β’ 2204.07118 β’ Published β’ 1
This repository hosts DeiT III (Small/16, 224px), targeting the Renesas R-Car X5H platform for image classification inference on the NPX6 NPU.
.fb_in22k_ft_in1k variant
also exists, but the compile artifact carries no "in22k" marker, so the plain .fb_in1k
checkpoint is the best-supported match)The FP32 ONNX model is auto-cast to INT8 by the Renesas MWMX toolchain at compile time β no separate quantization step is required.
deit3_small_patch16_224_Opset18_..._optimized.onnx (FP32)
β
βββΆ MWMX Runtime βββΆ INT8 auto-cast βββΆ NPX6 NPU
| Artifact | Status | Notes |
|---|---|---|
| FP32 (ONNX) | β Published | fp32/deit3_small_patch16_224_Opset18.onnx β auto-cast to INT8 by the MWMX toolchain at compile time (see Deployment Flow above); no separate INT8 file is shipped |
Measured on Renesas R-Car X5H via the MWMX runtime (APM50 ship-performance CI pipeline).
Benchmark configuration: Single NPU Β· Batch size: 1 Β· Input resolution: 224Γ224 (NCHW
1,3,224,224)
| Parameters | Runtime | Precision | Device | Latency (ms) | Type |
|---|---|---|---|---|---|
| 22.1M | MWMX Runtime | INT8 (auto) | X5H Β· 1Γ NPU Β· 1 Core Β· 850 MHz | 7.379658 | Measured |
TBD β not yet measured/published for this repo.
To run inference on Renesas R-Car X5H, you need:
hf download Renesas/DeiT3-Small-Patch16-224-ONNX --repo-type=model --include "fp32/*"
metawaremx_runtime CI pipeline, "APM50" ship-performance target)Skipped in the
source APM50 CI run for this modelBase model
timm/deit3_small_patch16_224.fb_in1k