maning202007
902f560289
Update the version number of mindsight
4 years ago
liuchongming
6d4145c931
fix pylint warning.
4 years ago
mindspore-ci-bot
0e4db3da1c
!1163 Add status parameter in metadata query response specifying whether data loading is finished
From: @lixiaohui33
Reviewed-by:
Signed-off-by:
4 years ago
lixiaohui
02e0e33bf2
add status in metadata for query
4 years ago
zhangyihui
385203e1e9
cpu utilization
5 years ago
mindspore-ci-bot
22a1b9e652
!1132 Add trainable weights transformer module in MindConverter
From: @moran3
Reviewed-by:
Signed-off-by:
4 years ago
moran
5fb0d2e1d8
Generate checkpoint
4 years ago
mindspore-ci-bot
bbea495a5f
!1142 mindwizard adapt windows
From: @liuchongming74
Reviewed-by: @yelihua,@ouwenchang
Signed-off-by: @ouwenchang
4 years ago
mindspore-ci-bot
9c83dad1f8
!1135 Adapt mindinsight backend to support CV counterfactual explanation
From: @lixiaohui33
Reviewed-by: @ouwenchang
Signed-off-by:
4 years ago
lixiaohui
cb839798b2
explainer add HOC, prediction type filtering and sort with filtered label confidence
4 years ago
liuchongming
b528f70f57
MindWizard adapt windows.
4 years ago
xsmq
ad19ffd558
fix codespell error
4 years ago
xsmq
2382f0f15b
replace tab with spaces
4 years ago
mindspore-ci-bot
7a7287f0dc
!1122 add ut for summary_parser
From: @jiang-shuqiang
Reviewed-by: @yelihua
Signed-off-by:
4 years ago
jiangshuqiang
147b531652
add ut for summary_parser
4 years ago
liangtianshu
02773f4490
minor bug fix for args translation
fix problem where incorrect logic for nodestruct's check target nodes internal when target node is graph inputs
update copyright
add a output mgr
adopt the generator with new fragment exchange msg. still need to adopt old ver. code_settings etc.
outputs mgr dev; adapt the new fragment. temp disable extra nodes and weights
adapt the NewFragment; re-imlement the module struct reset method
update ut mapper test for new fragment
4 years ago
mindspore-ci-bot
d85a5f0a17
!1103 Rewrite pytorch parser module to use onnx model module.
From: @moran3
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
e497a99d53
!1102 encode shape when query tensor value
From: @yelihua
Reviewed-by: @wangyue01,@ouwenchang
Signed-off-by: @ouwenchang
4 years ago
moran
2ce2c82bc9
Optimize pytorchTOms module
4 years ago
liuchongming
37c3a1b7e0
Add code template generation.
4 years ago
yelihua
74a0ca403b
enable to choose node during running
4 years ago
yelihua
a23190bd64
decode shape in restful api
4 years ago
mindspore-ci-bot
c57866adb4
!1069 update pull_data and delete mode watchpoint_hit from retrieve
From: @jiang-shuqiang
Reviewed-by: @wenkai_dist,@tangjr14
Signed-off-by: @tangjr14
4 years ago
jiangshuqiang
81113a9227
update pull_data and delete mode watchpoint_hit from retrieve
4 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
4 years ago
mindspore-ci-bot
5bbc5a126d
!1064 Add a stop mechanism for explain manager
From: @ouwenchang
Reviewed-by:
Signed-off-by:
4 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
4 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
4 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).
4 years ago
mindspore-ci-bot
e07a9be057
!1051 fix argument and add default node
From: @jiang-shuqiang
Reviewed-by: @wenkai_dist
Signed-off-by:
4 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
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
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
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
yelihua
89217f9ddb
modify the case
5 years ago
mindspore-ci-bot
6610462fa4
!1001 enable recheck on step 0
From: @yelihua
Reviewed-by:
Signed-off-by:
5 years ago
yelihua
a2bab88378
enable recheck at step 0
5 years ago
liuchongming
d58a5bcbbb
Add module rename function and add exception define.
5 years ago
mindspore-ci-bot
3a07634d9f
!985 add sending state in deubgger
From: @yelihua
Reviewed-by: @wangyue01,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
yelihua
9cfb0531f1
change restful api to keep same format
5 years ago
yelihua
cb816c3efd
add sending state in debugger
5 years ago
maning202007
3dad599bed
fix search result when graph_scope is included in key words
fix create recommend watchpoints failed problems
5 years ago
mindspore-ci-bot
29fa9bd365
!947 Add error_list when hitting watchpoint and fix log by adding image_path information
From: @jiang-shuqiang
Reviewed-by:
Signed-off-by:
5 years ago
yelihua
4dc2774295
fix the bug about showing parameter value on GPU
5 years ago
jiangshuqiang
8dadbd9879
Add error_list when hitting watchpoint and fix log by adding image_path infomation
For example: convert error code from 7 to 111, then to ["nan", "inf", "no_prev_tensor"]
convert error code from 2 to 010, then to ["inf"]
5 years ago
mindspore-ci-bot
cb3fce4c74
!914 add st for tuner and hyper config
From: @luopengting
Reviewed-by: @ouwenchang,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
jiangshuqiang
254690e254
update the version of debugger from 1.0 to 1.1
delete old version conditions and old condition api
fix condition collection orders
fix tests
5 years ago
maning202007
db9ae96ded
Fix CI failed testcases
5 years ago
mindspore-ci-bot
039ba1d9bd
!926 fix param order and add check_param num check
From: @jiang-shuqiang
Reviewed-by: @wenkai_dist,@wangyue01
Signed-off-by: @wangyue01
5 years ago
mindspore-ci-bot
5e9d17fa50
!915 fix the probabilistic failure of st caused by the different order of generating data
From: @luopengting
Reviewed-by: @ouwenchang,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago