xsmq
ad19ffd558
fix codespell error
5 years ago
yelihua
74a0ca403b
enable to choose node during running
5 years ago
jiangshuqiang
bf852b1cdc
fix sigmoid function and add reluv2 in recommended watchpoint condtions
5 years ago
jiangshuqiang
81113a9227
update pull_data and delete mode watchpoint_hit from retrieve
5 years ago
yelihua
5368f2bfc9
optimize tensor value connection method
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
yelihua
9c20216806
fix the bug of sending down watchpoint
5 years ago
jiangshuqiang
ff76287549
fix param check
MAX-MIN> should be >= 0
MAX-MIN< should be >0
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
mindspore-ci-bot
e4d675bfa9
!1027 fix the bug about cannot find some activation function op
From: @yelihua
Reviewed-by: @lilongfei15,@wenkai_dist,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
yelihua
89217f9ddb
modify the case
5 years ago
mindspore-ci-bot
e04aad0392
!1012 fix the issue that shown actual value of rtol, range_start_inclusive and range_end_inclusive
From: @jiang-shuqiang
Reviewed-by: @wenkai_dist,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
jiangshuqiang
f74e8129c5
fix the issue that shown actual value of rtol, range_start_inclusive and range_end_inclusive
5 years ago
yelihua
4e6bdd02b4
fix the bug of const value equals zero
5 years ago
yelihua
489481ebe9
fix the bug of getting const scalar value
5 years ago
yelihua
a2bab88378
enable recheck at step 0
5 years ago
mindspore-ci-bot
0c8f5edb7f
!999 Fix the bug when debugger-port and port are same
From: @maning202007
Reviewed-by: @wenkai_dist
Signed-off-by:
5 years ago
maning202007
2ec229a1a3
Fix the bug when debugger-port and port are same.
5 years ago
yelihua
73923dd348
fix the bug about getting const tensor graph
5 years ago
mindspore-ci-bot
99430b620d
!992 Make the code more elegant
From: @maning202007
Reviewed-by:
Signed-off-by:
5 years ago
maning202007
e79ca300e9
Change the merge function for predefined watchpoints, make it more simply and efficcient
5 years ago
mindspore-ci-bot
7c2430da9b
!967 add DebuggerSetRecommendWatchpointsError and DebuggerConditionUnavailableError
From: @jiang-shuqiang
Reviewed-by: @wenkai_dist
Signed-off-by:
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
mindspore-ci-bot
49ca0b100a
!984 fix connot hit some predefined watchpoints in multi_graph
From: @maning202007
Reviewed-by: @wangyue01,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
yelihua
cb816c3efd
add sending state in debugger
5 years ago
maning202007
08e99fb04a
fix connot hit some predefined watchpoints in multi_graph
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
e5c4331f59
sort watchpoints by id when hitting watchpoints
5 years ago
yelihua
59afb81190
fix the bug about sending watchpoints
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
6f58db6054
!946 Change default ms_version to '1.0.x'.
From: @maning202007
Reviewed-by: @wenkai_dist,@tangjr14
Signed-off-by: @tangjr14
5 years ago
maning202007
b7421ce264
change the default ms_version
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
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
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
yelihua
62415f8cb3
enable to add search result as watchpoint
5 years ago
yelihua
8e9c0e2acf
change the behavior of recheck
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
a91a2c90a2
add shape, has_prev_step field for tensor-graphs
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