Skip to content

Commit 6812e4f

Browse files
committed
pass test_inference_model_io.py
1 parent 85b9807 commit 6812e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/v2/fluid/backward.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def _append_backward_ops_(target,
150150

151151
if target_block.idx == 0:
152152
grad_target_name = _append_grad_suffix_(target.name)
153-
target_block.desc.var(grad_target_name.encode("ascii"))
153+
# target_block.desc.var(grad_target_name.encode("ascii"))
154154
grad_op_descs.insert(
155155
0,
156156
_create_op_desc_(

0 commit comments

Comments
 (0)