-
Notifications
You must be signed in to change notification settings - Fork 1
im2col
A Bhat edited this page Aug 2, 2020
·
4 revisions
- Transform input image (or images in case of a batch) into a matrix
- To convert convolution operation into a matrix multiplication.
- Rearrange image blocks into columns
- What is im2col?
- How does im2col help in improving performance?