diff --git a/README.md b/README.md index 684c38b18498fd47d417719f594159fafea407a2..10c78cdcca055230a391cda76eaad8dfdf0940d2 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能力。