Are there functions like img2col in Pytorch?

Or any suggestions to implement it in Pytorch. Thank you.

See https://github.com/szagoruyko/pyinn for im2col / col2im. It will be in pytorch soon as well (there’s an open PR).

1 Like

Thank you very much.

Hi, whether it means that there are no functions like im2col or col2im when convolution ,If not, how does the convolution operation implement in Pytorch.

1 Like

Any update today? Is there any tips about directly using im2col in a Pytorch view?
Pytorch version 0.3.1.post2