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/09/23 13:17:11 UTC

[GitHub] [incubator-tvm] mbaret commented on a change in pull request #6536: tvmc: linting error on onnx command line driver frontend

mbaret commented on a change in pull request #6536:
URL: https://github.com/apache/incubator-tvm/pull/6536#discussion_r493576190



##########
File path: python/tvm/driver/tvmc/frontends.py
##########
@@ -154,7 +154,8 @@ def load(self, path):
         # pylint: disable=C0415
         import onnx
 
-        model = onnx.load(path)
+        # pylint: disable=E1101

Review comment:
       Given this is repeated several times, do you think it's worth disabling for the whole file?




----------------------------------------------------------------
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