conv1d doc string misnames first argument
The docs say `conv2d()`'s first argument is `input` which is maybe how the docstring for `conv1d()` ended up saying `input` instead of `value` when describing the `filters` argument.
Loading
Please sign in to comment