From f6db015d1c2ccd50ef21d04005c68ac3b2ad6ff7 Mon Sep 17 00:00:00 2001 From: Liangliang He Date: Fri, 27 Jul 2018 09:47:19 +0800 Subject: [PATCH] Add links to mobile-ai-bench --- README.md | 2 ++ README_zh.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 329304d3..57af7ba7 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ targets: several common neural networks and models which will be built daily against a list of mobile phones. The benchmark results can be found in [the CI result page](https://gitlab.com/llhe/mace-models/pipelines) (choose the latest passed pipeline, click *release* step and you will see the benchmark results). +To get the comparison results with other frameworks, you can take a look at +[MobileAIBench](https://github.com/XiaoMi/mobile-ai-bench) project. ## Communication * GitHub issues: bug reports, usage issues, feature requests diff --git a/README_zh.md b/README_zh.md index 1756a554..e2b2bb9d 100644 --- a/README_zh.md +++ b/README_zh.md @@ -44,6 +44,8 @@ [MACE Model Zoo](https://github.com/XiaoMi/mace-models) 包含若干常用模型,并且会对一组手机进行每日构建。最新的性能评测结果可以从项目的[持续集成页面获取](https://gitlab.com/llhe/mace-models/pipelines) (选择最新的成功的Pipeline,点击*release*可以看到最新的评测结果)。 +同时,可以参考[MobileAIBench](https://github.com/XiaoMi/mobile-ai-bench)项目 +获取MACE与其他框架的对比结果。 ## 交流与反馈 * 欢迎通过Github Issues提交问题报告与建议 -- GitLab