fix missing paren

This commit is contained in:
Michael Oliver
2017-08-16 21:01:26 -07:00
committed by GitHub
parent 4ae3058c92
commit c4d1a61746
+1 -1
View File
@@ -323,7 +323,7 @@ class BatchRenormalization(Layer):
self.add_update([K.update(self.r_max, r_val),
K.update(self.d_max, d_val),
K.update_add(self.t, self.t_delta], x)
K.update_add(self.t, self.t_delta)], x)
if training in {0, False}:
return x_normed