im2col
There are 8 repositories under im2col topic.
gplhegde/convolution-flavors
Implementation of convolution layer in different flavors
3outeille/CNNumpy
A Numpy implementation of a Convolutional Neural Network: slow & fast (im2col/col2im).
BoooC/CNN-Accelerator-Based-on-Eyeriss-v2
A Flexible and Energy Efficient Accelerator For Sparse Convolution Neural Network
f-dangel/einconv
Convolutions and more as einsum for PyTorch
blackccpie/fastconv
fast 2D convolution implementation benchmark
anilsathyan7/ConvAcc
Accelerating convolution using numba, cupy and xnor in python
ConvolutedDog/Implicit-Im2col-for-Backpropagation
🚀An implicit im2col supporting backpropagation on CUDA, and a CNN backpropagation framework.
victor-armegioiu/SegNet---Foreground-Background-Image-Segmentation
Fast bare-bones implementation of convolutional layers, residual blocks, Adam optimizer, backpropagation and custom accuracy and loss functions (F1 score per pixel and binary-crossentropy)