arrayfire-ml icon indicating copy to clipboard operation
arrayfire-ml copied to clipboard

Convolution Functions

Open pavanky opened this issue 6 years ago • 1 comments

The following functions and modules need to be implemented:

  • [ ] Basic Convolutions: No strides, No pooling
  • [ ] Strided Convolutions without pooling
  • [ ] Strided Convolutions with pooling

Merging Strided Convolutions with pooling could potentially allow call wrap and unwrap to be only called once instead of twice.

pavanky avatar Jul 10 '17 23:07 pavanky

Hello, I see this thread has been silent for quite some time, however I have need of a way to implement max pooling with arrayfire, and I was interested to know how you planned to do it?

MichaelMcCulloch avatar Feb 14 '22 19:02 MichaelMcCulloch