From a2c39b450025ef96e9376b70c161297a19cec06f Mon Sep 17 00:00:00 2001 From: wuyulong11 Date: Tue, 15 Aug 2023 16:51:48 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E3=80=91=20tb-plugin=E5=9C=B0=E5=9D=80=E4=BF=AE=E6=94=B9=20?= =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E4=BA=BA=E3=80=91=20wuyulong=203003?= =?UTF-8?q?1080?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2de8f01981..3d5dbac97f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Ascend Training Tools,昇腾训练工具链 **性能拆解工具**:提供GPU与NPU的性能分析拆解能力。 -2. tensorboard支持npu可视化插件[tb-plugin](https://gitee.com/ascend/att/tree/master/tb_plugins/profiling/tb_plugin) +2. tensorboard支持npu可视化插件[tb-plugin](https://gitee.com/ascend/att/tree/master/plugins/tensorboard-plugins/tb_plugin) **PyTorch profiling数据可视化的TensorBoard的插件**: 它支持将Ascend平台采集、解析的Pytorch Profiling数据可视化呈现,也兼容GPU数据采集、解析可视化。 -- Gitee