Skip to content

Commit

Permalink
clean breakpoint()
Browse files Browse the repository at this point in the history
  • Loading branch information
gouzil committed Nov 8, 2023
1 parent cb85dd4 commit 45b47b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/paddle/autograd/ir_backward.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ def take_defaultdict_list_value(
):
for opresult in state_valuegrad.keys():
if value.is_name(opresult):
breakpoint()
return state_valuegrad[opresult]
return []

Expand All @@ -406,7 +405,6 @@ def make_output_with_output_grad(op):
output_grads = []
for i, value in enumerate(op.results()):
new_value = [value]
breakpoint()
if (
check_in_keys(value, state.value_to_valuegrad)
and len(
Expand Down

0 comments on commit 45b47b9

Please sign in to comment.