ougongchang
a685dbc20d
Prevent the infinite loop during XAI data loading failed
If the current job is the latest one in the loader pool and the job is deleted,
the job goes into an infinite cycle of load-fail-delete-reload-load-fail-delete.
So we need to prevent the infinite loop during XAI data loading failed.
5 years ago
mindspore-ci-bot
f357d24e9f
!1067 Refactor the explainer manager module part of code
From: @ouwenchang
Reviewed-by: @wangyue01,@tangjr14
Signed-off-by: @tangjr14
5 years ago
mindspore-ci-bot
9badd796bc
!1060 fix the state bug when mindinsight failed to start
From: @shenghong96
Reviewed-by: @wenkai_dist,@lilongfei15
Signed-off-by: @wenkai_dist
5 years ago
ougongchang
e77b5846fe
Refactor the explainer manager module part of code
1. delete the unused code, catch unknown error is unused in explain_parser.py
2. fix bug the lastest file size is unused
3. rename some variables and fix some spelling error
5 years ago
mindspore-ci-bot
5bbc5a126d
!1064 Add a stop mechanism for explain manager
From: @ouwenchang
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
a07bf98c46
!1044 Modify profiler directory structure to fit the new Run Package
From: @gzhcv
Reviewed-by: @wenkai_dist
Signed-off-by:
5 years ago
mindspore-ci-bot
d49de976a6
!1057 UI Plug-in version update
From: @xia_yi_fan1
Reviewed-by: @weiyanxi,@ouwenchang,@panhui3,@wangyue01,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
mindspore-ci-bot
627e3bd4f5
!1061 MindConverter modify regex pattern to support more types of shape string
From: @liangtianshu
Reviewed-by: @liuchongming74,@wangyue01,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
ougongchang
896d73f5a1
Add a stop mechanism for explain manager
Support to stop the loader that is currently loading data when add a new loader to cache by get_job method
Add the UT usecase to the stop mechanism
5 years ago
mindspore-ci-bot
a676400581
!1062 UI profiling / search input placeholder add 'Not case sensitive'
From: @weiyanxi
Reviewed-by: @xia_yi_fan1,@wangyue01,@panhui3,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
mindspore-ci-bot
bb9d3c7527
!1063 Modify the watchpointhits list problem and add a loading mask to the graph
From: @feng_xue_feng
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
a333f3aa36
!1065 check for param in choice if it is bool
From: @luopengting
Reviewed-by: @wenkai_dist,@wangyue01
Signed-off-by: @wangyue01
5 years ago
fengxuefeng
64aa46e50d
Modify the watchpointhits list problem and add a loading mask to the graph
5 years ago
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).
5 years ago
weiyanxi
1c8afef5e9
UI profiling / search input placeholder add 'Not case sensitive'
5 years ago
liangtianshu
3dea6821f8
update regex to check more types of shape string
5 years ago
xiayifan
fa0c2b283a
UI Plug-in version update
5 years ago
shenghong96
cdce840915
fix the state bug when mindinsight failed to start.
5 years ago
mindspore-ci-bot
1ef7cc707d
!1053 UI modify the icon of watchpoint and delete the entry that needs to be modified
From: @huang_wei_feng4
Reviewed-by: @weiyanxi,@wenkai_dist,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
mindspore-ci-bot
d6867eaf91
!1056 Fix the mechanism for adding loaders
From: @ouwenchang
Reviewed-by: @tangjr14,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
gzhcv
5466b3e675
Modify profiler dir to fit the new RunPackage
5 years ago
ougongchang
eb7f0562ee
Fix the mechanism for adding loaders
FIFO queue mechanism is adopted for loader cache
5 years ago
mindspore-ci-bot
60cfc269d2
!1055 change the way of join tensor values
From: @yelihua
Reviewed-by: @wenkai_dist,@wangyue01
Signed-off-by: @wangyue01
5 years ago
yelihua
5368f2bfc9
optimize tensor value connection method
5 years ago
mindspore-ci-bot
e07a9be057
!1051 fix argument and add default node
From: @jiang-shuqiang
Reviewed-by: @wenkai_dist
Signed-off-by:
5 years ago
jiangshuqiang
632683bd01
fix argument and add default node
add "1", "0" for --enable-debugger
add default node for all kind of watch conditions
5 years ago
mindspore-ci-bot
5d917dfba9
!1047 Check `--model_file` ahead enter entrypoint
From: @liuchongming74
Reviewed-by: @lilongfei15,@heleiwang,@lilongfei15,@tangjr14
Signed-off-by:
5 years ago
WeiFeng-mindinsight
86eb9a3c4b
UI modify the icon of watchpoint and delete the entry that needs to be modified
5 years ago
liuchongming
c47e653911
Check model file format ahead.
5 years ago
mindspore-ci-bot
4ed88c4d58
!1050 fix the bug of sending down watchpoints
From: @yelihua
Reviewed-by: @lilongfei15,@wangyue01
Signed-off-by: @wangyue01
5 years ago
mindspore-ci-bot
173bfbac9a
!1052 UI fix bug that compact dialog prompt information of recommended watch points
From: @huang_wei_feng4
Reviewed-by: @feng_xue_feng,@wangyue01,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
WeiFeng-mindinsight
9d1b6e42fa
UI fix bug that compact dialog prompt information of recommended watch points
5 years ago
mindspore-ci-bot
f8daf26638
!1048 enhance the checking for system defined parameters
From: @luopengting
Reviewed-by: @wenkai_dist,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
mindspore-ci-bot
7c9e703683
!1049 Catch file existed error
From: @liuchongming74
Reviewed-by: @wangyue01,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
yelihua
9c20216806
fix the bug of sending down watchpoint
5 years ago
mindspore-ci-bot
89c8e22897
!1045 UI fix bug that validate input parameter error when creating watch point
From: @huang_wei_feng4
Reviewed-by: @panhui3,@lilongfei15,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
mindspore-ci-bot
98beae27a6
!1043 Add conversion success msg and normalize error msg
From: @liuchongming74
Reviewed-by: @lilongfei15,@tangjr14
Signed-off-by: @lilongfei15
5 years ago
mindspore-ci-bot
429d4dd454
!1042 MindConverter adding operator mapping for tf ver. UNet-2D
From: @liangtianshu
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
6c728a5f23
!1041 fix the bug of step_trace incorrect content in inference scene
From: @gzhcv
Reviewed-by: @lilongfei15,@tangjr14
Signed-off-by: @lilongfei15
5 years ago
mindspore-ci-bot
ed6ef2cdd7
!1038 Fix mindconverter readme error
From: @liuchongming74
Reviewed-by:
Signed-off-by:
5 years ago
liuchongming
0831973654
Fix error msg when file exists.
5 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.
5 years ago
mindspore-ci-bot
b1d280feda
!1046 fix param check
From: @jiang-shuqiang
Reviewed-by: @wenkai_dist,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
liangtianshu
10e8d60712
add resize mapper and multiple changes to support tf unet2d network
5 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:
5 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:
5 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
5 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
5 years ago