mindspore-ci-bot
c967c25019
!1329 Sort graph_names for multi_graph in offline_debugger
From: @maning202007
Reviewed-by: @yelihua,@liuchongming74
Signed-off-by: @liuchongming74
4 years ago
mindspore-ci-bot
f407b99b00
!1327 fix the problem when importing the dbg_server module and the search api
From: @jiang-shuqiang
Reviewed-by: @yelihua,@yelihua,@ouwenchang
Signed-off-by: @ouwenchang
4 years ago
jiangshuqiang
32d586064c
fix the problem when importing the dbg_server module and the search api
4 years ago
maning202007
e7bfd4f499
sort graph_names for multi_graph in offline_debugger
4 years ago
yelihua
e8d084577b
fix the ci warning
4 years ago
yelihua
6faf506f8a
add async dump tensor converter
4 years ago
jiangshuqiang
483803bc03
fix sessions api and update outdated when jump step.
4 years ago
jiangshuqiang
7870c0de51
fix online session and exit method for debugger
4 years ago
jiangshuqiang
5342df6303
fix debugger session
4 years ago
jiangshuqiang
8bb3851e49
add offline debugger feature
4 years ago
xsmq
ad19ffd558
fix codespell error
4 years ago
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
yelihua
5368f2bfc9
optimize tensor value connection method
4 years ago
mindspore-ci-bot
e07a9be057
!1051 fix argument and add default node
From: @jiang-shuqiang
Reviewed-by: @wenkai_dist
Signed-off-by:
4 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
4 years ago
yelihua
9c20216806
fix the bug of sending down watchpoint
4 years ago
jiangshuqiang
ff76287549
fix param check
MAX-MIN> should be >= 0
MAX-MIN< should be >0
4 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:
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
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