From e5dcab574a78afe37aee7efcaffcf9deb4723ff6 Mon Sep 17 00:00:00 2001 From: Puzzle <18817877814@163.com> Date: Wed, 15 Jan 2025 03:41:18 +0000 Subject: [PATCH] =?UTF-8?q?update=20README.md.=20=E5=92=8Cmsame=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E8=B4=9F=E8=B4=A3=E4=BA=BAfuyangchenghu=E5=AF=B9?= =?UTF-8?q?=E9=BD=90=EF=BC=8C=E8=AF=A5=E5=B7=A5=E5=85=B7=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=EF=BC=8C=E5=8D=B3=E5=B0=86=E4=B8=8B=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Puzzle <18817877814@163.com> --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 684c38b1..10c78cdc 100644 --- a/README.md +++ b/README.md @@ -10,27 +10,23 @@ Ascend tools,昇腾工具仓库。 #### 使用说明 -1. [msame](https://gitee.com/ascend/tools/tree/master/msame) - - **模型推理工具**:输入.om模型和模型所需要的输入bin文件,输出模型的输出数据文件。 - -2. [ais-bench_workload](https://gitee.com/ascend/tools/tree/master/ais-bench_workload) +1. [ais-bench_workload](https://gitee.com/ascend/tools/tree/master/ais-bench_workload) **ais-bench_workload工具**:基于AISBench测试基准的模型负载代码以及为AISBench测试基准贡献的高易用性子工具,用于AI服务器的性能测试。 -3. [opdump_compare](https://gitee.com/ascend/tools/tree/master/opdump_compare) +2. [opdump_compare](https://gitee.com/ascend/tools/tree/master/opdump_compare) **opdump_compare工具**:算子仿真dump数据指令序分析工具,用于分析同一算子实现在不同CANN版本下的指令序变化。 -4. [precision_tool](https://gitee.com/ascend/tools/tree/master/precision_tool) +3. [precision_tool](https://gitee.com/ascend/tools/tree/master/precision_tool) **精度问题分析工具**:该工具包提供了精度比对常用的功能,当前该工具主要适配Tensorflow训练场景,同时提供Dump数据/图信息的交互式查询和操作入口。 -5. [saved_model2om](https://gitee.com/ascend/tools/tree/master/saved_model2om) +4. [saved_model2om](https://gitee.com/ascend/tools/tree/master/saved_model2om) **TensorFlow1.15 saved_model模型转om工具**: 支持将TensorFlow1.15存储的saved_model生成基于NPU版本TensorFlow的HW saved_model用于加载om。 -6. [tfdbg_ascend](https://gitee.com/ascend/tools/tree/master/tfdbg_ascend) +5. [tfdbg_ascend](https://gitee.com/ascend/tools/tree/master/tfdbg_ascend) **Tensorflow2.x dump工具**:该工具提供CPU/GPU平台上Tensorflow2.x运行时数据Dump能力。 -- Gitee