Skip to content

Commit

Permalink
Last update to TimeDistributed layer
Browse files Browse the repository at this point in the history
  • Loading branch information
YoavRamon committed Oct 14, 2020
1 parent dae99c2 commit c38c7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/python/keras/layers/wrappers.py
Expand Up @@ -102,7 +102,7 @@ class TimeDistributed(Wrapper):
>>> outputs.shape
TensorShape([None, 10, 126, 126, 64])
Because `TimeDistributed` applies an instance of `Conv2D` to each of the
Because `TimeDistributed` applies the same instance of `Conv2D` to each of the
timestamps, the same set of weights are used at each timestamp.
Arguments:
Expand Down

0 comments on commit c38c7fb

Please sign in to comment.