How to implement relay.nn.conv2d by im2col method?

Is there any method to use relay.nn.conv2d with im2col algorithm?
I found a strange thing that accuracy will be lost, when i used relay.nn.conv2d.
(input and weights is float32)

1 Like