WeiFeng-mindinsight
f5ea481acf
UI support tensor detection view
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
mindspore-ci-bot
4df94d9e90
!887 add multi-param feature
From: @jiang-shuqiang
Reviewed-by: @wenkai_dist
Signed-off-by:
5 years ago
mindspore-ci-bot
9a825688ed
!907 UI Unifued file naming
From: @xia_yi_fan1
Reviewed-by: @ouwenchang,@wangyue01
Signed-off-by: @wangyue01
5 years ago
mindspore-ci-bot
99b220d147
!905 refactor watchpoint manager
From: @yelihua
Reviewed-by: @ouwenchang,@wangyue01
Signed-off-by: @wangyue01
5 years ago
xiayifan
0e76f706d7
UI Unifued file naming
5 years ago
jiangshuqiang
33484f5424
add multi-params feature
because some parameters required other parameters, so adding the parm_type and required_params to support the feature.
5 years ago
mindspore-ci-bot
d9665d4de0
!903 UI encode train_id in image page
From: @xia_yi_fan1
Reviewed-by: @wenkai_dist,@ouwenchang
Signed-off-by: @ouwenchang
5 years ago
mindspore-ci-bot
f6e33c01cf
!901 When setting up watchpoints , const type nodes do not support selection
From: @feng_xue_feng
Reviewed-by: @ouwenchang
Signed-off-by:
5 years ago
fengxuefeng
a501effdcb
When setting up watchpoints , const type nodes do not support selection
5 years ago
yelihua
bfb57114b0
refactor watchpoint
5 years ago
xiayifan
dffe807fb5
UI encode train_id in image page
5 years ago
ougongchang
7c2d857513
fix bug by modify the event load function in explain_parser
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
mindspore-ci-bot
65815ea81e
!899 add shape, has_prev_step field for tensor-graphs
From: @yelihua
Reviewed-by: @wenkai_dist,@ouwenchang
Signed-off-by: @ouwenchang
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
ead4660536
!892 UI bugfix of image slider bar and tensor message
From: @xia_yi_fan1
Reviewed-by: @ouwenchang,@ouwenchang,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
yelihua
a91a2c90a2
add shape, has_prev_step field for tensor-graphs
5 years ago
YuhanShi53
3a05552c7e
rewrite ExplainManager and ExplainLoader
5 years ago
xiayifan
4f839164f5
UI deepening color of slider to image in image page and the message
displayed when thhe tensor data is too large is optimized
5 years ago
mindspore-ci-bot
93c3258b85
!872 update debug_grpc.proto and debug_grpc_pb2.py
From: @jiang-shuqiang
Reviewed-by: @wenkai_dist,@ouwenchang
Signed-off-by:
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
mindspore-ci-bot
55d343e23f
!889 UI mindInsight-explain add new features
From: @xia_yi_fan1
Reviewed-by: @ouwenchang,@ouwenchang
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
xiayifan
42689d3178
UI mindInsight-explain add new features
1.add render chart
2.add display of uncertainty data
5 years ago
yelihua
e1e7580362
refactor control api && auto updating tensor value for tensor graphs
5 years ago
jiangshuqiang
2f161df670
update debug_grpc.proto and debug_grpc_pb2.py
adding actual_value to show actual value when hitting watchpoints
adding a new condition enum tensor_range and an error_code used to show the error type
5 years ago
mindspore-ci-bot
ca39fe356c
!882 add set_recommended_conditions api
From: @jiang-shuqiang
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
e76a66988a
!881 UI fix bug of debugger page and update condition display
From: @huang_wei_feng4
Reviewed-by: @ouwenchang,@wangyue01
Signed-off-by: @wangyue01
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
38c16ff7c9
add tensor statistics even if the tensor value is big
5 years ago
mindspore-ci-bot
0cf97b91c8
!885 add validate for step number params
From: @yelihua
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
5d267eb703
!886 ui support gpu profiling step trace
From: @panhui3
Reviewed-by: @ouwenchang,@wangyue01
Signed-off-by: @wangyue01
5 years ago
yelihua
f0e733039b
add step validation
5 years ago
ph
c945c10ee1
ui support gpu profiling step trace
5 years ago
mindspore-ci-bot
1d674bbffd
!888 Sort graphs by name when receive multi_graphs
From: @maning202007
Reviewed-by: @ouwenchang,@ouwenchang,@wangyue01
Signed-off-by: @wangyue01
5 years ago
maning202007
5c89ae97dc
Sort graphs by name when receive multi_graphs
make the code simplier
5 years ago
WeiFeng-mindinsight
d0cf017952
UI fix bug of debugger page and update condition display
5 years ago
yelihua
b7337ac554
ignore invalid watchpoint hit
5 years ago
fengxuefeng
f8246bacdf
Fix bug of debugger node tree select
5 years ago
mindspore-ci-bot
df5f40f92e
!875 Modify the bug of debugger watchpointhit focus
From: @feng_xue_feng
Reviewed-by: @wangyue01,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
mindspore-ci-bot
194a16be46
!868 change the docstring format and restful api url
From: @yelihua
Reviewed-by: @ouwenchang,@wangyue01
Signed-off-by: @wangyue01
5 years ago
fengxuefeng
06b4275684
Modify the bug of debugger watchpointhit focus
5 years ago
maning202007
fd72554c7b
fix the bug of retrieve_watchpoint_hit when convert to another graph
5 years ago
mindspore-ci-bot
6a48fc8583
!874 fix the bug of right click 'continue to' on leaf node
From: @maning202007
Reviewed-by: @wangyue01,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
maning202007
e123f7aa29
fix the bug of right click 'continue to' on leaf node
5 years ago
mindspore-ci-bot
f0af9cc1c7
!873 fix bugs of cannot open virtual nodes
From: @maning202007
Reviewed-by: @wangyue01,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
mindspore-ci-bot
357793f8fe
!871 UI optimizing condition display of creating watch point in debugger page
From: @huang_wei_feng4
Reviewed-by: @wangyue01,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
WeiFeng-mindinsight
0d73a3ac4f
UI optimizing condition display of creating watch point in debugger page
5 years ago
maning202007
830a761575
fix the bugs of cannot open virtual node
5 years ago