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 2021/05/17 20:58:39 UTC

[GitHub] [tvm] masahi commented on issue #8057: deformable_conv2 error when converting torch traced model to relay

masahi commented on issue #8057:
URL: https://github.com/apache/tvm/issues/8057#issuecomment-842634358


   > After converting a pytorch model to torchscript using the tracing method, I can successfully execute it and make inferences.
   
   Does this mean things work if you trace and convert to relay without going through serialization? Note that Torch erases all type information on serialization. This caused problems for quantized model in the past, see https://github.com/pytorch/pytorch/issues/39690. Not sure if this is a related issue.
   


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