From fe2b8abef596bc108afbe9749dccf72ab3f4b34e Mon Sep 17 00:00:00 2001 From: qin_jun_yan Date: Mon, 24 Aug 2020 11:06:24 +0800 Subject: [PATCH] The assistant of profiling module under GPU adds training log path display --- .../ui/src/views/profiling-gpu/profiling.vue | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/mindinsight/ui/src/views/profiling-gpu/profiling.vue b/mindinsight/ui/src/views/profiling-gpu/profiling.vue index 5c92f91..2ebf5fc 100644 --- a/mindinsight/ui/src/views/profiling-gpu/profiling.vue +++ b/mindinsight/ui/src/views/profiling-gpu/profiling.vue @@ -20,6 +20,10 @@ limitations under the License. :class="{collapse:collapse}">
+
+ {{$t('trainingDashboard.summaryDirPath')}} + {{ summaryPath}} +