luopengting
16aa19579c
check for param in choice if it is bool
If the values for batch_size is 'choice: [1, 2, True]', it will raise
validation exception.
Additionally, use 'type(value) is int' will not pass pylint. so use
'isinstance(x, bool) or not isinstance(x, int)' to filter invalid
value(s).
4 years ago
luopengting
1a023e2ef0
enhance the checking for system defined parameters
Add pre-checking about the param type in choice. If user use batch_size:
[2, 4, ff] in optimizer config file, it will raise an Exception to tell
that it must be integer.
4 years ago
mindspore-ci-bot
f57e4aacf2
!1039 optimize monitoring on gunicorn error log
From: @liangyongxiong1024
Reviewed-by: @lilongfei15,@wenkai_dist
Signed-off-by: @wenkai_dist
4 years ago
liangyongxiong
862d3ee957
optimize monitoring on gunicorn error log
4 years ago
mindspore-ci-bot
672dca9ca4
!1032 Modify generated ast report file name and fix error msg when requirments are not installed
From: @liuchongming74
Reviewed-by: @lilongfei15,@lilongfei15,@wangyue01
Signed-off-by: @wangyue01
4 years ago
liuchongming
2042934d6e
Modify generated report file format and fix error message when requirements are not installed.
5 years ago
mindspore-ci-bot
9ae8a0ddfb
!1037 In order to optimize performance, limit the number of Tensor columns to no more than 1000 columns
From: @feng_xue_feng
Reviewed-by: @lilongfei15
Signed-off-by:
4 years ago
fengxuefeng
857c42afba
In order to optimize performance, limit the number of Tensor columns to no more than 1000 columns
5 years ago
mindspore-ci-bot
780f4a55b8
!1026 Update MindConverter README docs
From: @liuchongming74
Reviewed-by: @lilongfei15,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
mindspore-ci-bot
305284e5a5
!1030 Fix that ui cannot get the error when tensor is too large
From: @jiang-shuqiang
Reviewed-by: @wenkai_dist,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
mindspore-ci-bot
752afe0699
!1011 fix the issue that too many watchpont_hits shown on UI
From: @jiang-shuqiang
Reviewed-by:
Signed-off-by:
5 years ago
jiangshuqiang
4b967f99f9
fix UI error info
fix that UI cannot get the error when tensor is too large and skip
5 years ago
mindspore-ci-bot
c8ea2d73df
!1024 verify mindinsight state by post_worker_init log
From: @liangyongxiong1024
Reviewed-by: @lilongfei15,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
mindspore-ci-bot
fa4ef0f6a6
!1031 UI add tensor error message
From: @xia_yi_fan1
Reviewed-by: @weiyanxi,@wangyue01,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
mindspore-ci-bot
f476cdbf60
!1034 UI radar-chart / add calculate min-height and center rules
From: @weiyanxi
Reviewed-by: @panhui3,@lilongfei15,@wangyue01
Signed-off-by: @wangyue01
5 years ago
mindspore-ci-bot
09f432833c
!1029 UI fix bug that page operation response slowly after opening large graph
From: @huang_wei_feng4
Reviewed-by: @panhui3,@lilongfei15,@wangyue01
Signed-off-by: @wangyue01
5 years ago
mindspore-ci-bot
755260534a
!1028 UI saliency-map / change the description displayed when the request data is empty
From: @weiyanxi
Reviewed-by: @panhui3,@xia_yi_fan1,@lilongfei15,@wangyue01
Signed-off-by: @wangyue01
5 years ago
mindspore-ci-bot
30742eb580
!1023 remove axios patch for code revert
From: @panhui3
Reviewed-by: @ouwenchang,@xia_yi_fan1,@lilongfei15,@wangyue01
Signed-off-by: @wangyue01
5 years ago
xiayifan
aa714cc5b3
UI add tensor error message
5 years ago
jiangshuqiang
f359411a07
fix too many watchpoint_hits shown on ui by searching watchpoint_hits by page limit and page offset or just by node and graph name
5 years ago
weiyanxi
6140947b45
UI radar-chart / add calculate min-height and center rules
5 years ago
WeiFeng-mindinsight
61d1a5de04
UI fix bug that page operation response slowly after opening large graph
5 years ago
mindspore-ci-bot
e4d675bfa9
!1027 fix the bug about cannot find some activation function op
From: @yelihua
Reviewed-by: @lilongfei15,@wenkai_dist,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
yelihua
89217f9ddb
modify the case
5 years ago
weiyanxi
9132c8ce74
UI saliency-map / change the description displayed when the request data is empty
5 years ago
liangyongxiong
a367b4fea3
verify mindinsight state by post_worker_init log
5 years ago
mindspore-ci-bot
eeddc656a5
!1025 UI add parameter validate error message when create watch point
From: @huang_wei_feng4
Reviewed-by: @panhui3,@wangyue01,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
liuchongming
d2afef605e
Add description of efficientnet model.
5 years ago
mindspore-ci-bot
15f4110e13
!1022 Fix requirments checker
From: @liuchongming74
Reviewed-by: @wenkai_dist,@wangyue01
Signed-off-by: @wangyue01
5 years ago
WeiFeng-mindinsight
0bf18e0eb4
UI add parameter validate error message when create watch point
5 years ago
liuchongming
61ec3a801f
Fix requirments checker.
5 years ago
ph
d25986093c
remove axios+0.19.2.patch
5 years ago
mindspore-ci-bot
41fc28d9ef
!1021 UI add prompt message of sending and running state
From: @huang_wei_feng4
Reviewed-by: @lilongfei15,@wangyue01
Signed-off-by: @wangyue01
5 years ago
mindspore-ci-bot
dae8f07cfb
!1020 Optimize extracting sub-graph from onnx model performance
From: @liuchongming74
Reviewed-by: @wangyue01,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
mindspore-ci-bot
e04aad0392
!1012 fix the issue that shown actual value of rtol, range_start_inclusive and range_end_inclusive
From: @jiang-shuqiang
Reviewed-by: @wenkai_dist,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
WeiFeng-mindinsight
82d08cd7a2
UI add prompt message of sending and running state
5 years ago
liuchongming
0cefc0f558
Optimize onnx model extractor performance with editing onnx graph directly.
5 years ago
mindspore-ci-bot
edcd285d18
!1019 fix the bug when const value is 0
From: @yelihua
Reviewed-by: @lilongfei15,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
jiangshuqiang
f74e8129c5
fix the issue that shown actual value of rtol, range_start_inclusive and range_end_inclusive
5 years ago
yelihua
4e6bdd02b4
fix the bug of const value equals zero
5 years ago
mindspore-ci-bot
3d80b76841
!1016 Add multi-output converter function in PyTorch.
From: @moran3
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
e1d86b501e
!1009 Ui supports profiler without backward
From: @feng_xue_feng
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
2ec4f1eb03
!1013 Edit error code and refactor exception module
From: @liuchongming74
Reviewed-by: @lilongfei15,@wenkai_dist,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
mindspore-ci-bot
eda6cd679d
!1014 UI saliency-map / add description tip for filter image function
From: @weiyanxi
Reviewed-by: @xia_yi_fan1,@lilongfei15,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
liuchongming
ce2aaf06e9
Refactor exception module, and edit corresponding error code.
5 years ago
mindspore-ci-bot
bfeeda5212
!1017 fix the bug about getting wrong const scalar value
From: @yelihua
Reviewed-by: @wenkai_dist,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
mindspore-ci-bot
d557a4170b
!1018 Remove additional model
From: @liuchongming74
Reviewed-by: @wangyue01,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
liuchongming
ba8cbd18e4
Remove the model that cannot run on Ascend but only GPU.
5 years ago
moran
eba5ec9615
Add multi-output converter module in PyTorch
5 years ago
yelihua
489481ebe9
fix the bug of getting const scalar value
5 years ago