3 Star 0 Fork 0

mirrors_aliyun/yitian-ecs-getting-started

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tensorflow.md 1.13 KB
一键复制 编辑 原始数据 按行查看 历史

Tensorflow workload

Our workloads demonstrate how to run inference using tensorflow.

We select four common inference scenarios, covering image classification and recognition, object detection, natural language processing, and recommendation system. The representative models used are as follows:

Area Task Model
Vision Image Classification Resnet50-v1.5 and VGG19
Vision Object Detection SSD-Resnet34
Language Natural Language Processing BERT-Large
Recommendation Click-Through Rate Prediction DIN

Resnet, SSD and BERT are all from the MLPerf Inference Benchmark project. DIN is the click-through rate prediction model proposed by Alibaba.

Downloading an image from Docker Hub

Completed images can be pulled from cape2/tensorflow.

docker pull cape2/tensorflow:latest

Runing the Image

Run on different platforms (Yitian, Icelake, Ampere etc.) to compare the inference results:

docker run --rm cape2/tensorflow:latest
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_aliyun/yitian-ecs-getting-started.git
git@gitee.com:mirrors_aliyun/yitian-ecs-getting-started.git
mirrors_aliyun
yitian-ecs-getting-started
yitian-ecs-getting-started
master

搜索帮助