Skip to content

Commit

Permalink
Cleaned up line spacing in Prednet
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-lotter committed Jul 9, 2016
1 parent ef19ccc commit 8f8106f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prednet.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ def step(self, a, states):
output = K.concatenate((K.batch_flatten(frame_prediction), all_error), axis=-1)

states = r + c + e

return output, states

def get_config(self):
Expand Down

0 comments on commit 8f8106f

Please sign in to comment.