From 0dd6875c4320af8ca0b128cb76df735dea152cac Mon Sep 17 00:00:00 2001 From: wangshuide2020 <7511764+wangshuide2020@user.noreply.gitee.com> Date: Wed, 23 Sep 2020 09:08:23 +0800 Subject: [PATCH] fix the problem of the redundant code. --- mindinsight/backend/debugger/debugger_api.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mindinsight/backend/debugger/debugger_api.py b/mindinsight/backend/debugger/debugger_api.py index 2041e284..68b40cd9 100644 --- a/mindinsight/backend/debugger/debugger_api.py +++ b/mindinsight/backend/debugger/debugger_api.py @@ -125,8 +125,7 @@ def tensor_comparisons(): str, the required data. Examples: - >>> Get http://xxxx/v1/mindinsight/debugger/tensor-comparisons?name=node_name - >>> &detail=data&shape=[0, 0, :, :]&tolerance=0.5 + >>> Get http://xxxx/v1/mindinsight/debugger/tensor-comparisons """ name = request.args.get('name') detail = request.args.get('detail', 'data')