wyc-ruiker commented on a change in pull request #8443:
URL: https://github.com/apache/tvm/pull/8443#discussion_r667694519



##########
File path: tests/python/frontend/pytorch/test_forward.py
##########
@@ -3912,6 +3912,106 @@ def forward(self, x):
     verify_model(Flip(axis=-1), input_data=input)
 
 
[email protected]_gpu
+def test_forward_im2col():
+    torch.set_grad_enabled(False)
+
+    class Im2col3x3(Module):

Review comment:
       Maybe we don't need two separate modules, but use parameters to pass the 
kernel_size into one Module, so that we can also support more kernel_size in 
the unit test. @delldu 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to