Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix test_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zoeygxy committed Aug 19, 2019
1 parent 0ba9fd5 commit 1973c3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/mxnet/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,6 @@ def check_symbolic_forward(sym, location, expected, rtol=1E-4, atol=None,

executor = sym.bind(ctx=ctx, args=location, args_grad=args_grad_data, aux_states=aux_states)
for g in executor.grad_arrays:
print(g.shape)
if g.ndim == 0:
g[()] = 0
else:
Expand Down

0 comments on commit 1973c3a

Please sign in to comment.