Browse Source

fix the problem of the redundant code.

tags/v1.1.0
wangshuide2020 5 years ago
parent
commit
0dd6875c43
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      mindinsight/backend/debugger/debugger_api.py

+ 1
- 2
mindinsight/backend/debugger/debugger_api.py View File

@@ -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')


Loading…
Cancel
Save