From 8f8106f70ae7d09f48d7cb98701cab44cf49baff Mon Sep 17 00:00:00 2001 From: Bill Lotter Date: Sat, 9 Jul 2016 11:39:26 -0400 Subject: [PATCH] Cleaned up line spacing in Prednet --- prednet.py | 1 - 1 file changed, 1 deletion(-) diff --git a/prednet.py b/prednet.py index 69a21fe..2d98cdc 100644 --- a/prednet.py +++ b/prednet.py @@ -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):