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
Hi guys, Great work on this project. so we use ConvolutionLayer for calculating correlation for multiple input channel with multiple filter/kernels with corresponding channel.
How can I do the 180 degree rotated correlation(This is actually called convolution) with Padding:full option. As of now we have Same and Valid paddings.
The text was updated successfully, but these errors were encountered:
Hi guys, Great work on this project. so we use
ConvolutionLayer
for calculating correlation for multiple input channel with multiple filter/kernels with corresponding channel.How can I do the 180 degree rotated correlation(This is actually called convolution) with Padding:full option. As of now we have Same and Valid paddings.
The text was updated successfully, but these errors were encountered: