Maratyszcza / NNPACK

Acceleration package for neural networks on multi-core CPUs
BSD 2-Clause "Simplified" License
1.67k stars 317 forks source link

Full strided convolution support #139

Open ghost opened 6 years ago

ghost commented 6 years ago

NNPACK has a fast implementation of strided convolution in nnp_convolution_inference wich is very good. But for training this feature is not yet implemented.

lironmo commented 6 years ago

+100

lironmo commented 5 years ago

any planning to implement the Winograd’s algorithm for training?