yelihua
74a0ca403b
enable to choose node during running
4 years ago
jiangshuqiang
bf852b1cdc
fix sigmoid function and add reluv2 in recommended watchpoint condtions
4 years ago
jiangshuqiang
81113a9227
update pull_data and delete mode watchpoint_hit from retrieve
4 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
maning202007
2ec229a1a3
Fix the bug when debugger-port and port are same.
5 years ago
jiangshuqiang
a07cae4cc4
add error_code, fix notes and add param check
add DebuggerSetRecommendWatchpointsError when set recommend watchpoints more than one time
add DebuggerConditionUnavailableError when create watchpoint with unavailable condition
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
ba20c8cab2
!916 add 'name' in watchpoint to show a short description for recommended watchpoints and a recommend activation_range watchpoint
From: @jiang-shuqiang
Reviewed-by:
Signed-off-by:
5 years ago
jiangshuqiang
16d694e281
add 'name' in watchpoint to show a short description for recommended watchpoints
add a recommend activation_range watchpoint
fix the feature that auto-choose node for recommend watchpoints
5 years ago
yelihua
8e30ec23f0
fix the bugs abourt showing invalid watch node
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
yelihua
e1e7580362
refactor control api && auto updating tensor value for tensor graphs
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
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
maning202007
fd72554c7b
fix the bug of retrieve_watchpoint_hit when convert to another graph
5 years ago
yelihua
9e9c3a1f50
change debugger restful url and fix the docstring
5 years ago
maning202007
f516158501
add multigraph debugger support, update contion, search category, tensor summary
5 years ago
yelihua
5471d49342
add ut for debugger
5 years ago
yelihua
28a6f8405c
add st for debugger module
5 years ago
yelihua
91b4f2f69e
fix the bug of watchpoint hit flag
5 years ago
yelihua
1b254d5b31
fix the bug of watchpoint hit
5 years ago
yelihua
35e3bee5aa
fix the bug for update watchpoint
5 years ago
yelihua
2a0546186c
fix the updating for watchpoint hit
5 years ago
yelihua
769b0ba275
fix the watchpoint bug
5 years ago
wangshuide2020
a194bb1660
support block query for tensor visualization and tensor comparisons.
5 years ago
yelihua
7cdcfafc91
delete tensor history in retrieve_node_by_bfs method
5 years ago
yelihua
e57f07bef5
fix the bug for tensor history
5 years ago
yelihua
362aaa79b4
extract tensor history
5 years ago
yelihua
50e1400505
add debugger module
5 years ago