Back to Caffe

Im2col Layer

docs/tutorial/layers/im2col.md

1.0676 B
Original Source

im2col

Im2col is a helper for doing the image-to-column transformation that you most likely do not need to know about. This is used in Caffe's original convolution to do matrix multiplication by laying out all patches into a matrix.