You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: