Skip to content

Commit cf588f7

Browse files
authored
Update gated_pooling.py
1 parent a5fe7c6 commit cf588f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

layers/gated_pooling.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import tensorflow as tf
32

43

@@ -58,7 +57,6 @@ def locally_connected2d(x, size = 2):
5857
returns:
5958
4D tensor with shape: [samples, new_rows, new_cols, nb_filter]
6059
`rows` and `cols` values might have changed due to padding.
61-
6260
"""
6361

6462
xs = []

0 commit comments

Comments
 (0)