mindspore-ci-bot
ed6ef2cdd7
!1038 Fix mindconverter readme error
From: @liuchongming74
Reviewed-by:
Signed-off-by:
4 years ago
liuchongming
0831973654
Fix error msg when file exists.
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
b1d280feda
!1046 fix param check
From: @jiang-shuqiang
Reviewed-by: @wenkai_dist,@lilongfei15
Signed-off-by: @lilongfei15
4 years ago
liangtianshu
10e8d60712
add resize mapper and multiple changes to support tf unet2d network
4 years ago
mindspore-ci-bot
1ac8788b3c
!1033 MindConverter Bug Fix of error message for user passing incorrent node name format and incorrect shape
From: @liangtianshu
Reviewed-by: @lilongfei15
Signed-off-by:
4 years ago
mindspore-ci-bot
baef52868c
!1040 Fix the issue that too many watchpont_hits shown on UI
From: @feng_xue_feng
Reviewed-by:
Signed-off-by:
4 years ago
liangtianshu
acbaeb6b6d
fix error message for input output node name incorrent format
fix the shape checking that only check the second to fourth shape of user inputs
5 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
liuchongming
03227434ea
Fix mindconverter docs error.
5 years ago
WeiFeng-mindinsight
3eff39bced
UI fix bug that validate input parameter error when creating watch point
4 years ago
jiangshuqiang
ff76287549
fix param check
MAX-MIN> should be >= 0
MAX-MIN< should be >0
4 years ago
fengxuefeng
43a615681d
Fix the issue that too many watchpont_hits shown on UI
4 years ago
liuchongming
1950815d39
Add conversion success msg, and normalize error msg.
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:
5 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