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 change 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:
[email protected]
With regards,
Apache Git Services