We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcd92e commit 9f602ddCopy full SHA for 9f602dd
tensorlayer/layers.py
@@ -971,7 +971,7 @@ class Conv1dLayer(Layer):
971
act : activation function, None for identity.
972
shape : list of shape
973
shape of the filters, [filter_length, in_channels, out_channels].
974
- strides : a int.
+ strides : an int.
975
The number of entries by which the filter is moved right at each step.
976
padding : a string from: "SAME", "VALID".
977
The type of padding algorithm to use.
0 commit comments