You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/03/04 19:54:36 UTC

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4984: Fix stride default value None in torch.nn.functional.avg_pool

masahi commented on a change in pull request #4984: Fix stride default value None in torch.nn.functional.avg_pool
URL: https://github.com/apache/incubator-tvm/pull/4984#discussion_r387899300
 
 

 ##########
 File path: python/tvm/relay/frontend/pytorch.py
 ##########
 @@ -918,7 +921,7 @@ def _get_constant(node):
 
 def _get_operator_nodes(nodes):
     """ Returns torch IR nodes that need conversion to Relay """
-    ops = {}
+    ops = []
 
 Review comment:
   You should  not have this chane in this pr. Fetch and rebase  against master.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services