Open
Description
Motivation and description
Documentation of NNlib.conv is incomplete. People trying to do a conv for the first time are unable to figure out how to use this function. The size of the input array and the size of the output arrays do not have a clear description.
https://fluxml.ai/NNlib.jl/dev/reference/#NNlib.conv
Possible Implementation
Add several examples of how to use NNlib.conv method, beside the provided description. The examples must show the sizes of the input x and the sizes of the kernel w, such that conv is happy to run.