xujiashuai/timm-resnet18_fb_ssl
模型介绍文件和版本Pull Requests讨论分析
下载使用量0

timm-resnet18_fb_ssl on Ascend NPU

1. 简介

本文档记录 timm/resnet18.fb_ssl_yfcc100m_ft_in1k (ResNet18 FB SSL) 在昇腾 NPU 上的适配验证结果。

  • 模型来源: timm/resnet18.fb_ssl_yfcc100m_ft_in1k
  • 参数量: ~11.7M
  • 任务: Image Classification (ImageNet-1K, 1000类)
  • 适配状态: SUCCESS
  • 适配时间: 2026-05-18

2. 验证环境

组件版本
torch2.9.0
torch-npu2.9.0.post1
timm1.0.27
CANN8.5.1
  • NPU: Ascend 910B4

3. 推理脚本

python inference.py --device npu:0 --dtype float32

4. 推理输出证据

if self.device.type != 'cpu':
模型: resnet18.fb_ssl_yfcc100m_ft_in1k
设备: npu:0
精度: float32
------------------------------------------------------------
权重加载完成

--- CPU 推理 ---
输出形状: [1, 1000]
输出前5值: [-0.12116176635026932, 0.39906588196754456, 1.347551703453064, 1.2756469249725342, 3.9230194091796875]

--- NPU 推理 (npu:0) ---
输出形状: [1, 1000]
输出前5值: [-0.12002186477184296, 0.4007665514945984, 1.3465462923049927, 1.2765682935714722, 3.9236536026000977]

=== 精度对比 ===
Cosine Similarity: 1.000000
Max Absolute Error: 0.004825

--- 性能基准 ---
平均延迟: 2.49 ms (10轮)

✓ NPU 适配通过

5. 性能参考

指标数值
平均延迟2.49 ms
测试轮数10

6. CPU vs NPU 精度对比

指标数值
Cosine Similarity1.000000
Max Abs Error0.004825
是否满足要求是(< 1%)

7. 评测材料

材料文件说明
推理脚本inference.pyNPU 推理代码

8. 注意事项

  • 使用 timm 库加载预训练权重(hf-mirror)
  • 输入: 随机 224x224 RGB 图像
  • 输出: 1000 类 ImageNet logits

贡献者: xujiashuai 参赛赛道: 模型适配赛道 提交时间: 2026-05-18