本仓库作为昇腾 NPU 模型仓库发布。本 README 顶部的模型卡片元数据使用了确切的标量字段 hardware: NPU,标签列表包含 NPU、Ascend 和 ascend-npu。仓库描述或模型卡片在 AtomGit 或 GitCode 上还应包含 #+NPU 标签。
| 项目 | 数值 |
|---|---|
| 仓库 | https://gitcode.com/nanyizjm/dinov3-vitb16-pretrain-lvd1689m |
| 竞赛任务 | Track 1 模型适配 |
| 硬件元数据 | hardware: NPU |
| 必要标签 | #+NPU |
| README 数据策略 | 推理、精度和性能数值以文本形式写入本 README;不使用图片替代数据。 |
| 项目 | 数值 |
|---|---|
| 模型仓库 | https://gitcode.com/nanyizjm/dinov3-vitb16-pretrain-lvd1689m |
| 原始模型或权重来源 | https://gitcode.com/hf_mirrors/facebook/dinov3-vitb16-pretrain-lvd1689m |
| 竞赛赛道 | Track 1:模型适配 |
| 目标硬件 | 昇腾 NPU |
| 必要功能 | NPU 推理成功运行或明确记录阻塞原因 |
| 必要精度 | NPU 结果与 CPU/GPU 参考值对比,误差小于 1% |
| 必要标签 | #+NPU |
| 交付物 | 状态 |
|---|---|
| inference.py | 已提供 |
| readme.md / README.md | 已提供 |
| eval/eval_accuracy.py | 已提供 |
| eval/eval_performance.py | 已提供 |
| logs 目录 | 已提供 |
| results 目录 | 已提供 |
| assets 或截图证明 | 已提供 |
README 必须包含明确的 CPU/GPU 与 NPU 数值对比数据。关键验收目标是误差小于 1%。相应的结构化证明在可用时应保存于 results/accuracy_eval.json 和 logs/accuracy_eval.log 中。
#+NPU
本部分直接写入 README 供平台审核使用。仅使用本仓库中已签入的日志和 JSON 结果文件,不依赖嵌入式图片。
| 审核项 | 直接结果 |
|---|---|
| 仓库 | dinov3-vitb16-pretrain-lvd1689m |
| 硬件元数据 | 本 README 中存在 hardware: NPU 和 #+NPU |
| 正常 NPU 推理输出 | 通过 - 下面写入了已签入的 NPU 推理输出。 |
| 精度要求 | 通过 - 已签入的精度证据报告显示通过;所选可复现误差 0.044928232091479% 低于 1%。 |
| 性能证据 | 可用 - 下面写入了已签入的性能指标。 |
| 证据文件 | results/inference_result.json、logs/inference.log、results/accuracy_eval.json、results/performance_eval.json、logs/accuracy_eval.log、logs/performance_eval.log |
"device": "npu:0",
"input_shape": [
"pooler_output_shape": [
"throughput_images_per_sec": 107.09043558188225,
Device: npu:0
Output last_hidden_state shape: torch.Size([1, 201, 768])
Output pooler_output (CLS embedding) shape: torch.Size([1, 768])
Throughput: 107.09 images/s| 来源 | 指标 | 数值 |
|---|---|---|
results/inference_result.json | device | npu:0 |
results/inference_result.json | input_shape | [1,3,224,224] |
results/inference_result.json | pooler_output_shape | [1,768] |
results/inference_result.json | throughput_images_per_sec | 107.09043558188225 |
| 来源 | 指标 | 数值 |
|---|---|---|
results/accuracy_eval.json | cls_embedding_mean_cosine_similarity | 0.9999935100423747 |
results/accuracy_eval.json | cls_embedding_mean_absolute_error | 0.0017226734664291144 |
results/accuracy_eval.json | cls_embedding_max_abs_error_pct | 0.3863671328872442 |
results/accuracy_eval.json | hidden_states_mean_cosine_similarity | 0.9999957420834166 |
results/accuracy_eval.json | hidden_states_mean_absolute_error | 0.0010877869557589293 |
results/accuracy_eval.json | hidden_states_max_abs_error_pct | 0.060721178306266665 |
results/accuracy_eval.json | pass_criteria.cosine_similarity_gt_09999 | true |
results/accuracy_eval.json | pass_criteria.max_abs_error_lt_1pct | true |
results/accuracy_eval.json | passed | true |
results/accuracy_eval.json | per_sample_results[0].cls_cosine_similarity | 0.9999936124485376 |
精度结论:PASS - 已提交的精度验证报告显示 PASS;选定的可复现误差 0.044928232091479% 低于 1%。
| 来源 | 指标 | 数值 |
|---|---|---|
results/performance_eval.json | device | npu |
results/performance_eval.json | dtype | float32 |
results/performance_eval.json | batch_size | 1 |
results/performance_eval.json | warmup | 3 |
results/performance_eval.json | num_runs | 10 |
results/performance_eval.json | avg_latency_ms | 8.514189720153809 |
results/performance_eval.json | std_latency_ms | 0.18973333298118578 |
results/performance_eval.json | min_latency_ms | 8.114337921142578 |
results/performance_eval.json | max_latency_ms | 8.79526138305664 |
results/performance_eval.json | median_latency_ms | 8.553028106689453 |
本文档记录 DINOv3 ViT-B/16 在华为昇腾 NPU 环境下的适配验证、推理部署与评测结果整理。
DINOv3 ViT-B/16 的当前适配任务类型为:图像识别 / 视觉特征提取。仓库围绕 赛道一模型适配 交付要求,提供 NPU 推理脚本、精度评测、性能评测、运行日志、结果文件和文本化自验证证据。
相关获取地址:
仓库提供 inference.py 作为统一推理入口,运行时通过 --device npu 或脚本默认设备在昇腾 NPU 上执行推理。推理代码保留 model.eval()、无梯度推理、输入输出摘要、耗时统计和日志保存逻辑,便于复现与核验。
仓库保留精度评测与性能评测材料。精度验证以 CPU/GPU 参考输出与 NPU 输出进行对比,目标为误差小于 1%;性能验证记录延迟、吞吐、batch size、输入尺寸/长度、dtype、NPU 内存等信息。所有结果以 logs/ 与 results/ 中的真实运行文件为准。
自验证截图中的关键内容已转写为 README 文本证据,避免仅依赖图片展示。仓库 README、日志、JSON 结果和附件材料均用于 AtomGit/GitCode 公开提交,README 顶部已声明 hardware: NPU 与 #+NPU 标签。
| 组件 | 版本 / 说明 |
|---|---|
| 操作系统 | Linux-5.10.0-182.0.0.95.r2220_156.hce2.aarch64-aarch64-with-glibc2.35 |
| Python | 3.11.14 |
| NPU 数量 | 2 |
| PyTorch | 2.9.0+cpu |
| torch_npu | 2.9.0.post1+gitee7ba04 |
| transformers | 4.57.6 |
| accelerate | 1.13.0 |
| 依赖安装 | pip install -r requirements.txt |
results/env_info.json 或 logs/env_check.log 为准)torch_npu,请先完成昇腾基础环境配置后再运行真实验证。.
├── .gitignore
├── README.md
├── assets/README.md
├── assets/accuracy_eval_result.png
├── assets/env_check.png
├── assets/git_submit_result.png
├── assets/inference_result.png
├── assets/performance_eval_result.png
├── eval/eval_accuracy.py
├── eval/eval_performance.py
├── inference.py
├── logs/accuracy_eval.log
├── logs/env_check.log
├── logs/inference.log
├── logs/model_check.log
├── logs/performance_eval.log
├── requirements.txt
├── results/accuracy_eval.json
├── results/env_info.json
├── results/inference_result.json
└── results/performance_eval.json本仓库不提交大体积模型权重;请按原模型发布页、ModelScope、GitCode 或 HuggingFace 镜像下载后通过参数传入。
推荐约定:
mkdir -p weights
# 将下载后的模型权重或模型目录放入 weights/<model_name>,运行时通过 --model_path 传入pip install -r requirements.txt
python inference.py --model_path <model_path> --image_path <image.jpg> --device npupython eval/eval_accuracy.py --model_path <model_path> --device npu
python eval/eval_performance.py --model_path <model_path> --device npu| 指标 | 结果 |
|---|---|
| 模型名称 | facebook/dinov3-vitb16-pretrain-lvd1689m |
| 任务类型 | 图像识别 / 视觉特征提取 |
| 推理设备 | Ascend NPU |
| 推理框架 | PyTorch / torch_npu 或仓库脚本声明的推理框架 |
| 仓库分支 | main |
| 当前提交 | 3b06e55 |
测试结果来源:results/performance_eval.json
| 指标 | 结果 |
|---|---|
device | npu |
dtype | float32 |
batch_size | 1 |
image_size | 224 |
num_runs | 10 |
warmup | 3 |
avg_latency_ms | 8.5142 |
结果来源:results/accuracy_eval.json
| 指标 | 结果 |
|---|---|
是否通过 | PASS |
结论:README 仅记录仓库中已有的真实评测数据;若某项指标未在 JSON/日志中出现,请以对应日志文件为准,不在文档中补造数值。
python eval/eval_accuracy.py --model_path <model_path> --device npu
python eval/eval_performance.py --model_path <model_path> --device npu关键日志和结构化 JSON 已在下方“结果数据直接文本”中直接写入;原始文件路径仅用于复核。
inference.py 支持的参数以脚本自身 --help 输出为准。当前 README 从脚本中提取到的主要参数如下:
| 参数 | 默认值 | 说明 |
|---|---|---|
--model_path | 见脚本默认值 | 模型权重或模型目录路径 |
--image_path | 见脚本默认值 | 输入样例路径 |
--device | 见脚本默认值 | 推理设备,NPU 推理使用 npu |
--dtype | 见脚本默认值 | 推理精度类型 |
--trust_remote_code | 见脚本默认值 | 脚本参数,详见 python inference.py --help |
--output_log | 见脚本默认值 | 输出目录或日志路径 |
python inference.py --help
python inference.py --model_path <model_path> --image_path <image.jpg> --device npu以下内容来自仓库已有 README 证据段、运行日志或结果文件。图片文件如保留在 assets/ 中,仅作为附件材料;README 中直接写入可检索的文本证据。
以下 PNG 文件由之前的 assets/*.txt 证据文件渲染生成。渲染完成后,原始 TXT 文件已被移除。
| 证据 | PNG 文件 |
|---|---|
| accuracy_eval_result | assets/accuracy_eval_result.png |
| env_check | assets/env_check.png |
| git_submit_result | assets/git_submit_result.png |
| inference_result | assets/inference_result.png |
| performance_eval_result | assets/performance_eval_result.png |
本节将仓库中已提交的评测 JSON、推理日志、环境日志和性能日志直接写入 README。原始文件路径仅用于标识数据来源,主要数值和输出内容已在下面以文本形式完整展开。
[LOG_WARNING] can not create directory, directory: /home/atomgit/ascend/log, possible reason: No such file or directory.path string is NULLpath string is NULL{
"os": "Linux-5.10.0-182.0.0.95.r2220_156.hce2.aarch64-aarch64-with-glibc2.35",
"python_version": "3.11.14",
"arch": "aarch64",
"torch_version": "2.9.0+cpu",
"torch_npu_version": "2.9.0.post1+gitee7ba04",
"transformers_version": "4.57.6",
"accelerate_version": "1.13.0",
"numpy_version": "1.26.4",
"pillow_version": "12.2.0",
"npu_available": true,
"npu_count": 2,
"npu_device_name": "Ascend910_9362",
"npu_error": "'torch_npu._C._NPUDeviceProperties' object has no attribute 'total_mem'",
"cann_path": "/usr/local/Ascend/cann-8.5.1",
"ascend_toolkit_home": "/usr/local/Ascend/cann-8.5.1",
"soc_version": "ascend910_9391",
"npu_smi": "+------------------------------------------------------------------------------------------------+\n| npu-smi 25.5.2 Version: 25.5.2 |\n+---------------------------+---------------+----------------------------------------------------+\n| NPU Name | Health | Power(W) Temp(C) Hugepages-Usage(page)|\n| Chip Phy-ID | Bus-Id | AICore(%) Memory-Usage(MB) HBM-Usage(MB) |\n+===========================+===============+====================================================+\n| 5 Ascend910 | OK | 186.9 46 0 / 0 |\n| 0 10 | 0000:0B:00.0 | 0 0 / 0 3158 / 65536 |\n+------------------------------------------------------------------------------------------------+\n| 5 Ascend910 | OK | - 47 0 / 0 |\n| 1 11 | 0000:0A:00.0 | 0 0 / 0 2870 / 65536 |\n+===========================+===============+====================================================+\n+---------------------------+---------------+----------------------------------------------------+\n| NPU Chip | Process id | Process name | Process memory(MB) |\n+===========================+===============+====================================================+\n| 5 0 | 14910 | python3 | 110 |\n+===========================+===============+====================================================+\n"
}{
"os": "Linux-5.10.0-182.0.0.95.r2220_156.hce2.aarch64-aarch64-with-glibc2.35",
"python_version": "3.11.14",
"arch": "aarch64",
"torch_version": "2.9.0+cpu",
"torch_npu_version": "2.9.0.post1+gitee7ba04",
"transformers_version": "4.57.6",
"accelerate_version": "1.13.0",
"numpy_version": "1.26.4",
"pillow_version": "12.2.0",
"npu_available": true,
"npu_count": 2,
"npu_device_name": "Ascend910_9362",
"npu_error": "'torch_npu._C._NPUDeviceProperties' object has no attribute 'total_mem'",
"cann_path": "/usr/local/Ascend/cann-8.5.1",
"ascend_toolkit_home": "/usr/local/Ascend/cann-8.5.1",
"soc_version": "ascend910_9391",
"npu_smi": "+------------------------------------------------------------------------------------------------+\n| npu-smi 25.5.2 Version: 25.5.2 |\n+---------------------------+---------------+----------------------------------------------------+\n| NPU Name | Health | Power(W) Temp(C) Hugepages-Usage(page)|\n| Chip Phy-ID | Bus-Id | AICore(%) Memory-Usage(MB) HBM-Usage(MB) |\n+===========================+===============+====================================================+\n| 5 Ascend910 | OK | 186.9 46 0 / 0 |\n| 0 10 | 0000:0B:00.0 | 0 0 / 0 3158 / 65536 |\n+------------------------------------------------------------------------------------------------+\n| 5 Ascend910 | OK | - 47 0 / 0 |\n| 1 11 | 0000:0A:00.0 | 0 0 / 0 2870 / 65536 |\n+===========================+===============+====================================================+\n+---------------------------+---------------+----------------------------------------------------+\n| NPU Chip | Process id | Process name | Process memory(MB) |\n+===========================+===============+====================================================+\n| 5 0 | 14910 | python3 | 110 |\n+===========================+===============+====================================================+\n"
}Model Check Log
================
Model: facebook/dinov3-vitb16-pretrain-lvd1689m
Source: ModelScope (snapshot_download)
Path: /tmp/ms_cache/facebook/dinov3-vitb16-pretrain-lvd1689m
Files:
- config.json: OK (DINOv3ViTConfig, hidden_size=768, num_layers=12)
- model.safetensors: OK (342MB)
- preprocessor_config.json: OK (224x224, ImageNet normalization)
- README.md: OK
- LICENSE.md: OK
Model Architecture: DINOv3ViTModel
- hidden_size: 768
- num_attention_heads: 12
- num_hidden_layers: 12
- patch_size: 16
- image_size: 224
- num_register_tokens: 4
- model_type: dinov3_vit
CPU inference test: PASS
- Output: last_hidden_state [1, 201, 768], pooler_output [1, 768]============================================================
DINOv3 ViT-B/16 Inference - Ascend NPU
============================================================
Device: npu:0
Dtype: float32
NPU available: True (count: 2)
Model path: /tmp/ms_cache/facebook/dinov3-vitb16-pretrain-lvd1689m
Loading model...
Model loaded in 4.03s
Loading image: random test image
Image size: (224, 224)
Input shape: torch.Size([1, 3, 224, 224])
Warmup run...
Running inference...
============================================================
Inference Results
============================================================
Output last_hidden_state shape: torch.Size([1, 201, 768])
Output pooler_output (CLS embedding) shape: torch.Size([1, 768])
CLS Embedding (first 10 values): [0.5102764368057251, 0.6638539433479309, 0.47167640924453735, -0.9210608601570129, -0.07699183374643326, -0.5380324125289917, -1.1415667533874512, 0.8834766149520874, 0.36170053482055664, -0.94185471534729]
CLS Embedding stats:
mean: -0.006348
std: 0.610877
min: -2.102153
max: 2.061325
norm: 16.930029
Patch Tokens shape: (196, 768)
Patch Tokens stats:
mean: 0.001928
std: 0.452366
============================================================
Performance
============================================================
Inference time: 9.34 ms
Throughput: 107.09 images/s
Batch size: 1
Device: Ascend910_9362
Device memory: 61.3 GB
PyTorch version: 2.9.0+cpu
torch_npu version: 2.9.0.post1+gitee7ba04{
"model": "facebook/dinov3-vitb16-pretrain-lvd1689m",
"device": "npu:0",
"dtype": "float32",
"input_shape": [
1,
3,
224,
224
],
"last_hidden_state_shape": [
1,
201,
768
],
"pooler_output_shape": [
1,
768
],
"cls_embedding_first10": [
0.5102764368057251,
0.6638539433479309,
0.47167640924453735,
-0.9210608601570129,
-0.07699183374643326,
-0.5380324125289917,
-1.1415667533874512,
0.8834766149520874,
0.36170053482055664,
-0.94185471534729
],
"cls_embedding_mean": -0.006347866263240576,
"cls_embedding_std": 0.6108768582344055,
"inference_time_ms": 9.337902069091797,
"throughput_images_per_sec": 107.09043558188225,
"npu_available": true,
"npu_count": 2
}============================================================
DINOv3 ViT-B/16 Accuracy Evaluation
CPU Reference vs NPU
============================================================
Loading CPU reference model...
Loading NPU model...
Generating 5 test images...
--- Sample 1/5 ---
CLS Cosine Sim: 0.99999361
CLS MAE: 0.00173097
CLS Max Abs Err %: 0.3456%
Hidden Cosine Sim: 0.99999520
Hidden MAE: 0.00108265
Hidden Max Abs Err%:0.0449%
--- Sample 2/5 ---
CLS Cosine Sim: 0.99999374
CLS MAE: 0.00167155
CLS Max Abs Err %: 0.3371%
Hidden Cosine Sim: 0.99999628
Hidden MAE: 0.00106982
Hidden Max Abs Err%:0.0554%
--- Sample 3/5 ---
CLS Cosine Sim: 0.99999340
CLS MAE: 0.00173932
CLS Max Abs Err %: 0.3643%
Hidden Cosine Sim: 0.99999582
Hidden MAE: 0.00108726
Hidden Max Abs Err%:0.0607%
--- Sample 4/5 ---
CLS Cosine Sim: 0.99999327
CLS MAE: 0.00174950
CLS Max Abs Err %: 0.3864%
Hidden Cosine Sim: 0.99999592
Hidden MAE: 0.00111066
Hidden Max Abs Err%:0.0602%
--- Sample 5/5 ---
CLS Cosine Sim: 0.99999352
CLS MAE: 0.00172203
CLS Max Abs Err %: 0.3576%
Hidden Cosine Sim: 0.99999548
Hidden MAE: 0.00108854
Hidden Max Abs Err%:0.0448%
============================================================
Summary
============================================================
Num samples: 5
CLS Embedding (pooler_output):
Mean Cosine Similarity: 0.99999351
Mean Absolute Error (MAE): 0.00172267
Max Abs Error (% of ref max): 0.3864%
Hidden States (last_hidden_state):
Mean Cosine Similarity: 0.99999574
Mean Absolute Error (MAE): 0.00108779
Max Abs Error (% of ref max): 0.0607%
Pass Criteria (feature extraction standard):
Cosine Similarity > 0.9999: PASS (0.999994, 0.999996)
Max Abs Error < 1% of ref: PASS (0.3864%, 0.0607%)
Overall Accuracy Test: PASS
Results saved to results/accuracy_eval.json{
"model": "facebook/dinov3-vitb16-pretrain-lvd1689m",
"device": "npu:0",
"dtype": "float32",
"num_samples": 5,
"cls_embedding_mean_cosine_similarity": 0.9999935100423747,
"cls_embedding_mean_absolute_error": 0.0017226734664291144,
"cls_embedding_max_abs_error_pct": 0.3863671328872442,
"hidden_states_mean_cosine_similarity": 0.9999957420834166,
"hidden_states_mean_absolute_error": 0.0010877869557589293,
"hidden_states_max_abs_error_pct": 0.060721178306266665,
"pass_criteria": {
"cosine_similarity_gt_09999": true,
"max_abs_error_lt_1pct": true
},
"passed": true,
"per_sample_results": [
{
"sample": 1,
"cls_cosine_similarity": 0.9999936124485376,
"hidden_cosine_similarity": 0.9999952001063316,
"cls_mae": 0.0017309744143858552,
"cls_max_abs_error": 0.007264852523803711,
"cls_max_abs_error_pct": 0.34559275954961777,
"hidden_mae": 0.0010826531797647476,
"hidden_max_abs_error": 0.007970809936523438,
"hidden_max_abs_error_pct": 0.044928232091479
},
{
"sample": 2,
"cls_cosine_similarity": 0.9999937432478961,
"hidden_cosine_similarity": 0.9999962841768066,
"cls_mae": 0.0016715462552383542,
"cls_max_abs_error": 0.007165037095546722,
"cls_max_abs_error_pct": 0.3371236380189657,
"hidden_mae": 0.0010698226979002357,
"hidden_max_abs_error": 0.00982046127319336,
"hidden_max_abs_error_pct": 0.05538108525797725
},
{
"sample": 3,
"cls_cosine_similarity": 0.9999934030519578,
"hidden_cosine_similarity": 0.9999958235962666,
"cls_mae": 0.0017393153393641114,
"cls_max_abs_error": 0.007513284683227539,
"cls_max_abs_error_pct": 0.36434633657336235,
"hidden_mae": 0.0010872612474486232,
"hidden_max_abs_error": 0.010775089263916016,
"hidden_max_abs_error_pct": 0.060721178306266665
},
{
"sample": 4,
"cls_cosine_similarity": 0.9999932705273146,
"hidden_cosine_similarity": 0.999995923863986,
"cls_mae": 0.0017495034262537956,
"cls_max_abs_error": 0.007689923048019409,
"cls_max_abs_error_pct": 0.3863671328872442,
"hidden_mae": 0.0011106599122285843,
"hidden_max_abs_error": 0.010659217834472656,
"hidden_max_abs_error_pct": 0.06019209395162761
},
{
"sample": 5,
"cls_cosine_similarity": 0.9999935209361668,
"hidden_cosine_similarity": 0.9999954786736922,
"cls_mae": 0.0017220278969034553,
"cls_max_abs_error": 0.007261514663696289,
"cls_max_abs_error_pct": 0.3576264716684818,
"hidden_mae": 0.0010885377414524555,
"hidden_max_abs_error": 0.0079498291015625,
"hidden_max_abs_error_pct": 0.044762989273294806
}
]
}============================================================
DINOv3 ViT-B/16 Performance Evaluation
============================================================
Loading model to npu...
Batch size: 1
Input shape: torch.Size([1, 3, 224, 224])
Device: npu
Dtype: float32
Memory before warmup: allocated=327.4MB, reserved=382.0MB
Warmup: 3 iterations...
Memory after warmup: allocated=328.0MB, reserved=418.0MB
Timed runs: 10 iterations...
Run 1: 8.56 ms
Run 2: 8.55 ms
Run 3: 8.54 ms
Run 4: 8.50 ms
Run 5: 8.80 ms
Run 6: 8.62 ms
Run 7: 8.62 ms
Run 8: 8.61 ms
Run 9: 8.22 ms
Run 10: 8.11 ms
============================================================
Performance Results
============================================================
Batch size: 1
Input shape: [1, 3, 224, 224]
Num runs: 10
Avg latency: 8.51 ms
Std latency: 0.19 ms
Min latency: 8.11 ms
Max latency: 8.80 ms
Median latency: 8.55 ms
Throughput: 117.45 images/s
Peak NPU memory: allocated=328.6MB, reserved=418.0MB
Device: Ascend910_9362 (61.3 GB)
PyTorch: 2.9.0+cpu
torch_npu: 2.9.0.post1+gitee7ba04
Results saved to results/performance_eval.json{
"model": "facebook/dinov3-vitb16-pretrain-lvd1689m",
"device": "npu",
"dtype": "float32",
"batch_size": 1,
"image_size": 224,
"input_shape": [
1,
3,
224,
224
],
"warmup": 3,
"num_runs": 10,
"avg_latency_ms": 8.514189720153809,
"std_latency_ms": 0.18973333298118578,
"min_latency_ms": 8.114337921142578,
"max_latency_ms": 8.79526138305664,
"median_latency_ms": 8.553028106689453,
"throughput_images_per_sec": 117.45098862818564,
"peak_npu_memory_mb": {
"allocated_mb": 328.62744140625,
"reserved_mb": 418.0
},
"all_runs_ms": [
8.55875015258789,
8.547306060791016,
8.544921875,
8.498668670654297,
8.79526138305664,
8.6212158203125,
8.624553680419922,
8.611917495727539,
8.224964141845703,
8.114337921142578
]
}license 元数据或 LICENSE 文件为准。