XiaYuanOwO/ascend-tf_mobilenetv3_small_100-model
模型介绍文件和版本Pull Requests讨论分析
下载使用量0

tf_mobilenetv3_small_100 NPU 模型

适用于昇腾 NPU 的 tf_mobilenetv3_small_100 模型卡片。

模型说明

  • 架构:TensorFlow MobileNetV3 Small 100
  • 任务:图像分类
  • 框架:timm
  • 硬件:昇腾 NPU

使用方法

import timm
import torch

model = timm.create_model("tf_mobilenetv3_small_100", pretrained=True, num_classes=1000)
model = model.to("npu:0")
model.eval()

# Run inference
with torch.no_grad():
    output = model(input_tensor)

性能

经验证,该模型在 CPU 和 NPU 后端上生成的输出差异在 1% 容差范围内。

许可证

Apache 2.0