Skip to content

Commit

Permalink
Stop using deprecated while_loop back_prop arg
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Mar 31, 2020
1 parent 3aed011 commit 90865ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nengo_dl/tensor_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,6 @@ def update_probes(probe_tensors, loop_i):
body=loop_body,
loop_vars=loop_vars,
parallel_iterations=1, # TODO: parallel iterations work in eager mode
back_prop=not self.inference_only,
)

# change to shape (minibatch_size,) (required by keras) instead of a scalar
Expand Down

0 comments on commit 90865ff

Please sign in to comment.