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:
5 years ago
moran
5fb0d2e1d8
Generate checkpoint
5 years ago
mindspore-ci-bot
9c83dad1f8
!1135 Adapt mindinsight backend to support CV counterfactual explanation
From: @lixiaohui33
Reviewed-by: @ouwenchang
Signed-off-by:
5 years ago
lixiaohui
cb839798b2
explainer add HOC, prediction type filtering and sort with filtered label confidence
5 years ago
xsmq
ad19ffd558
fix codespell error
5 years ago
mindspore-ci-bot
7a7287f0dc
!1122 add ut for summary_parser
From: @jiang-shuqiang
Reviewed-by: @yelihua
Signed-off-by:
5 years ago
jiangshuqiang
147b531652
add ut for summary_parser
5 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
5 years ago
moran
2ce2c82bc9
Optimize pytorchTOms module
5 years ago
liuchongming
37c3a1b7e0
Add code template generation.
5 years ago
yelihua
74a0ca403b
enable to choose node during running
5 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
5 years ago
jiangshuqiang
81113a9227
update pull_data and delete mode watchpoint_hit from retrieve
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
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
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
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
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
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
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
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
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
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
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
jiangshuqiang
be7a4fb522
fix param order
add param keys check
add check_param num and support_param check
5 years ago
maning202007
357602a12a
Add version_check for Mindinsight and Mindspore
5 years ago
mindspore-ci-bot
42486f3f9a
!917 Refactor GraphNode and optimize code generation.
From: @liuchongming74
Reviewed-by:
Signed-off-by:
5 years ago
yelihua
8e30ec23f0
fix the bugs abourt showing invalid watch node
5 years ago
yelihua
62415f8cb3
enable to add search result as watchpoint
5 years ago
liuchongming
2efb39bfee
Refactor graph node and hierarchical tree. 1. Remove code generation related variables from graph node. 2. Create CodeFragment instance to manage code generation. 3. Add code gen setting instance to mapper.
5 years ago
luopengting
b3357cc410
fix the probabilistic failure of st caused by the different order of generating data
5 years ago
jiangshuqiang
e42a6e36f4
delete 'disable' on ui as it useless for ui
auto choose nodes when create watchpoints
add actual_value when hit watchpoints
add error_code when to show the Nan and Inf error
5 years ago
yelihua
bfb57114b0
refactor watchpoint
5 years ago
mindspore-ci-bot
4d74ee35b1
!893 Update level of crc failed message to error level
From: @ouwenchang
Reviewed-by: @scukzz,@wenkai_dist
Signed-off-by:
5 years ago
ougongchang
dea874e30b
Update level of crc failed message to error level
When CRC error occurs, it is generally caused by incomplete data in the file, so error information should be given to prompt the user.
5 years ago
YuhanShi53
3a05552c7e
rewrite ExplainManager and ExplainLoader
5 years ago
mindspore-ci-bot
157727851a
!879 Support of uncertainty, single channel heatmap and separated image datafiles
From: @ngtony
Reviewed-by:
Signed-off-by:
5 years ago
unknown
2f541a98b9
add uncertainty, 1-ch saliency and separated datafiles
bugfix and add pillow to requirements.txt
modify summary format
bugfix
use sample_id in summary
fix CI problem
url encode '/' as well
fix ut
fix ut
fix ut
fix uncertainty enable checking
fix review comment
enhance exception raising
enhance comment
5 years ago
yelihua
e1e7580362
refactor control api && auto updating tensor value for tensor graphs
5 years ago
mindspore-ci-bot
85720811c9
!883 remove redundant code of test_batch_size_and_epoch in optimizer ut
From: @luopengting
Reviewed-by: @ouwenchang,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
mindspore-ci-bot
ca39fe356c
!882 add set_recommended_conditions api
From: @jiang-shuqiang
Reviewed-by:
Signed-off-by:
5 years ago
jiangshuqiang
4224e800f7
add set_recommended_watch_points api
add this api to help ui asking user whether to set recommended watch points.
5 years ago
yelihua
f0e733039b
add step validation
5 years ago