jwfromm commented on a change in pull request #5157: [Relay][Frontend][Pytorch] 
Fixed ConvTranspose2D parsing
URL: https://github.com/apache/incubator-tvm/pull/5157#discussion_r399578712
 
 

 ##########
 File path: tests/python/frontend/pytorch/test_forward.py
 ##########
 @@ -448,6 +448,33 @@ def forward(self, *args):
                  input_data=torch.randn((1, 8, 16, 16)))
 
 
+def test_forward_conv_transpose():
+    torch.set_grad_enabled(False)
+    input_shape = [1, 3, 10, 10]
+
+    class ConvTranspose2D1(Module):
 
 Review comment:
   Ah good, the wrapperless version is much cleaner.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to