zhiics commented on a change in pull request #6449: URL: https://github.com/apache/incubator-tvm/pull/6449#discussion_r489041322
########## File path: python/tvm/relay/frontend/pytorch.py ########## @@ -2961,6 +3293,7 @@ def from_pytorch(script_module, input_shapes, custom_convert_map=None, default_d graph = script_module.graph.copy() _run_jit_passes(graph) + print(graph) Review comment: remove this line ---------------------------------------------------------------- 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: us...@infra.apache.org