-
Notifications
You must be signed in to change notification settings - Fork 1
Add convolution layer #6
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
This feature will allow us to build convnets. The idea is to use stride_trick and einsum.
It has to be determined whether we need a dedicated private for this operation, or we can rely on the utorch simplegrad.
Additional resources that may be useful: