Skip to content

Commit 9f602dd

Browse files
committed
[layers] fix docs of Conv1dLayer, strides is an int
1 parent 4fcd92e commit 9f602dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorlayer/layers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ class Conv1dLayer(Layer):
971971
act : activation function, None for identity.
972972
shape : list of shape
973973
shape of the filters, [filter_length, in_channels, out_channels].
974-
strides : a int.
974+
strides : an int.
975975
The number of entries by which the filter is moved right at each step.
976976
padding : a string from: "SAME", "VALID".
977977
The type of padding algorithm to use.

0 commit comments

Comments
 (0)