diff --git a/debug/accuracy_tools/msprobe/docs/31.config_check.md b/debug/accuracy_tools/msprobe/docs/31.config_check.md index 9c77cfa85cfb6cf6d017efac1534b611edca8135..4969377ce4cd448c2ed1a4c8923e6bc6eb6c24f5 100644 --- a/debug/accuracy_tools/msprobe/docs/31.config_check.md +++ b/debug/accuracy_tools/msprobe/docs/31.config_check.md @@ -81,7 +81,7 @@ msprobe -f pytorch config_check -c bench_zip_path cmp_zip_path -o output_path -c或--compare 表示compare,数据对比,有两个参数。其中**bench_zip_path** 为标杆侧采集到的数据, **cmp_zip_path** 为待对比侧采集到的数据。 -**output_path 会被删掉再新建**,不传默认为"./config_check_result", 在 **output_path** 里会生成2个目录和1个文件: +**output_path 里原有的比对结果会被覆盖**,不传默认为"./config_check_result", 在 **output_path** 里会生成2个目录和1个文件: - bench:bench_zip_path里打包的数据。 - cmp:cmp_zip_path里打包的数据。 - result.xlsx:比对结果。里面会有多个sheet页,其中**summary**总览通过情况,其余页是具体检查项的详情。其中step为micro_step。