mindspore-ci-bot
fc21915ea3
!1149 Fixbug: Patch to make HOC available
From: @lixiaohui33
Reviewed-by: @ouwenchang,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
lixiaohui
f5d2a46356
Fix bug: patch to make hoc available
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
shenghong96
60fb8a9db9
decode the dims of tensor
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
gzhcv
5466b3e675
Modify profiler dir to fit the new RunPackage
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
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
yelihua
62415f8cb3
enable to add search result as watchpoint
5 years ago
jiangshuqiang
56ff14b197
fix the log of parse_summary feature.
Detail: fix the issue that the 100% process info is printed twice by determining whether the file_handler.offset changed.
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
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
maning202007
f516158501
add multigraph debugger support, update contion, search category, tensor summary
5 years ago
jiangshuqiang
4a621688d3
fix log level
5 years ago
jiangshuqiang
dc6e84bf2f
fix the rule of reporting crc length warning
5 years ago
mindspore-ci-bot
aee6402f5a
!835 enrich prompt info
Merge pull request !835 from jiangshuqiang/fix_issue
5 years ago
jiangshuqiang
f317763313
fix when image tag name is too long, the log is unreasonable
add info when crc check failed.
5 years ago
mindspore-ci-bot
529becda02
!837 sort all the tags within one plugin when calling plugins interface.
Merge pull request !837 from wangshuide/wsd1010
5 years ago
wangshuide2020
e454cfa27b
sort all the tags within one plugin when calling plugins interface.
5 years ago
ougongchang
b5e21cf4ab
add some ut for list explain directories and reduct code function length
5 years ago
jiangshuqiang
adb19c6dd2
Fix when tag include special characters,output file has garbled code
Fix when the message is :current process ...100%,convert not finished
Fix When special characters in the tag, the output image file is incomplete
5 years ago
mindspore-ci-bot
cfb7448046
!818 FIX the log information is not reach 100%
Merge pull request !818 from jiangshuqiang/fix_I22V8C
5 years ago
jiangshuqiang
f67f584d1b
Fix #I22TZC
fix no time unit in table header 'wall_time'
5 years ago
jiangshuqiang
4dded541ae
fix the log information is not reach 100%
5 years ago
ougongchang
02098b1f00
ignore profiler foler when list explain folder
5 years ago
mindspore-ci-bot
ad07149e23
!808 fix protoc version
Merge pull request !808 from jiangshuqiang/fix_bug
5 years ago
jiangshuqiang
ff935d55d5
fix bug
5 years ago
mindspore-ci-bot
9b5166cd0d
!800 Fix bug in ExplainJob and EventParser, change the proto for Explain.
Merge pull request !800 from YuhanShi/ExplainJob_v1.0
5 years ago
mindspore-ci-bot
d3a3e2348f
!797 Sorted the plugin value when query the plugins
Merge pull request !797 from ougongchang/fix_graph
5 years ago
YuhanShi53
776165fec9
add exception and adapt to proto changed
5 years ago
ougongchang
9722c44a29
sorted the plugin value when query the plugins
Reduce cyclomatic complexity and code length in function
5 years ago
mindspore-ci-bot
76c7dc7925
!774 support parse_summary function
Merge pull request !774 from jiangshuqiang/summary_tocsv
5 years ago
caster
6fa5f8c5a8
add parse_summary function
we can use the function to transfer summary file to csv file and image so that it is easy to read and process
5 years ago
Gaohan123
1ac66f63a0
init version for file parser
modification for parser
modification for parser with containers
fix bugs for parser
fix value vacancy for parser
fix typos for parser
adaptation for proto modification
rearrange image data from events
fix small typo
add comments and some error message
delete example
modify init setting of parser
modify some structure of parser
fix pylint warnings
modify parser for parsing one event every time
modify for review
add some comments
modify proto file
modify for open source comments
5 years ago
ougongchang
4f15005bc9
SummaryWatcher supports to list explain directories
5 years ago
wangshuide2020
7e29177656
change response of names interface from list to tree.
5 years ago
wangshuide2020
dd7e72e811
add notes for init files.
5 years ago
wangshuide2020
8e4f550959
fix the problem of the duplication file.
5 years ago
luopengting
b9c978830a
clean redundant code after removing lineage public APIs:
1. clean redundant code in lineage parsing and querier
2. delete get_summary_lineage()
3. modify related st and ut to use data_manager
5 years ago
ougongchang
956535eed2
will ignore the graph if there are some invalid characters
5 years ago
mindspore-ci-bot
f79010d210
!699 do not raise exception to avoid printing error in the stdout.
Merge pull request !699 from wangshuide/wsd_merged_debug
5 years ago
wangshuide2020
84ff069109
do not raise exception to avoid printing error in the stdout.
5 years ago
ougongchang
d6ee87fdbe
set status to done when there occus some exception on read file
5 years ago
mindspore-ci-bot
3d48ce0a69
!695 escape some special string to avoid the frontend crash and change the default http code to 400 in MindInsightException
Merge pull request !695 from ougongchang/fix_valid_name
5 years ago
ougongchang
fe6f548dd2
escape some special string to avoid the frontend crash and change the default http code to 400 in MindInsightException
5 years ago
shenghong
85d674412c
add query by condition of step = -1
5 years ago