masahi commented on issue #4497: [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#issuecomment-583164182 > Sure, I removed it but should it be > > `if (version.parse(torch.__version__) >= version.parse("1.4.0")): torch._C._jit_pass_inline(self._graph)` > > for backwards compatibility? I think I ran into issues with the pass when using previous versions of torch. Sounds good. That hack is meant only for 1.4 and up.
---------------------------------------------------------------- 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
