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/11/24 18:20:02 UTC

[GitHub] [tvm] hypercubestart commented on a change in pull request #6963: [Frontend][Relay][Parser] fix unparsable yolo formals

hypercubestart commented on a change in pull request #6963:
URL: https://github.com/apache/tvm/pull/6963#discussion_r529785787



##########
File path: tests/python/relay/test_ir_text_printer.py
##########
@@ -46,6 +48,46 @@ def show(text):
         print(text)
 
 
+def get_darknet(model_name):

Review comment:
       I think the test makes more sense here, since we want to test darknet IRModule -> text -> IRModule, and this test file is solely dedicated to this pattern.
   
   Could you elaborate on what you mean by "the same should probably be present in the tutorial"? You may be referring to this one: https://tvm.apache.org/docs/tutorials/frontend/from_darknet.html




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