From a220711558e9305fd3a480df2c253501921a1180 Mon Sep 17 00:00:00 2001 From: w30031080 Date: Tue, 29 Aug 2023 21:46:24 +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=E3=80=90=E8=B5=84=E6=96=99=E3=80=91=E6=9B=B4=E6=96=B0?= =?UTF-8?q?tb=E6=8F=92=E4=BB=B6=E8=B5=84=E6=96=99=20=E3=80=90=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=BA=BA=E3=80=91wuyulong=2030031080?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/tensorboard-plugins/tb_plugin/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/tensorboard-plugins/tb_plugin/README.md b/plugins/tensorboard-plugins/tb_plugin/README.md index 2ede6cae217..4664281e0ca 100644 --- a/plugins/tensorboard-plugins/tb_plugin/README.md +++ b/plugins/tensorboard-plugins/tb_plugin/README.md @@ -6,11 +6,12 @@ ### 快速安装说明 1. 插件方式安装 +* 插件下载地址 \ + 正式版:https://mindstudio-sample.obs.cn-north-4.myhuaweicloud.com/torch-tb-profiler-ascend/v0.4.0/torch_tb_profiler_ascend-0.4.0-py3-none-any.whl \ + 离线版:https://mindstudio-sample.obs.cn-north-4.myhuaweicloud.com/torch-tb-profiler-ascend/v0.4.0/offline/torch_tb_profiler_ascend-0.4.0-py3-none-any.whl + * 安装相关依赖: pandas >= 1.0.0 ,tensorboard >= 2.11.0 -* 使用依赖: - torch >= 1.8, - torchvision >= 0.8 * 插件形式为whl包,使用指令安装 @@ -33,7 +34,7 @@ - `python setup.py sdist bdist_wheel` 在 `/tb_plugins/profiling/tb_plugin/dist` 目录下取出whl包,使用方式1进行安装 -### +### * 准备profiling数据 -- Gitee