Skip to content

Commit

Permalink
GRU
Browse files Browse the repository at this point in the history
  • Loading branch information
pchavanne committed Feb 18, 2017
1 parent 500a0a4 commit 9853803
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions yadll/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,10 +618,7 @@ class BatchNormalization(Layer):
y = \gamma * \hat{x} + \beta
Warning
_______
When a BatchNormalization layer is used the batch size has to be given at compile time.
.. warning:: When a BatchNormalization layer is used the batch size has to be given at compile time.
You can not use None as the first dimension anymore.
Prediction has to be made on the same batch size.
Expand Down

0 comments on commit 9853803

Please sign in to comment.