zyh3826 opened a new issue #8168:
URL: https://github.com/apache/tvm/issues/8168
I’m transforming torch script to relay using code like this:
`mod_ts, params_ts = relay.frontend.from_pytorch(j_model, shape_list)`
at jupyter notebook, I got the result, but at cmd I find the program
suspended and not running, and some massages print in monitor like this:
> [21:02:06] /root/tvm/src/relay/transforms/type_infer.cc:818:
tvm::relay::transform::InferType
[21:02:06] /root/tvm/src/ir/transform.cc:467: Executing module pass :
RemoveUnusedFunctions with opt level: 1
[21:02:06] /root/tvm/src/ir/transform.cc:467: Executing module pass :
InferType with opt level: 0
[21:02:06] /root/tvm/src/relay/transforms/type_infer.cc:818:
tvm::relay::transform::InferType
[21:02:06] /root/tvm/src/ir/transform.cc:467: Executing module pass :
RemoveUnusedFunctions with opt level: 1
[21:02:06] /root/tvm/src/ir/transform.cc:467: Executing module pass :
RemoveUnusedFunctions with opt level: 1
[21:02:06] /root/tvm/src/ir/transform.cc:467: Executing module pass :
ToBasicBlockNormalForm with opt level: 1
anybody can tell me what happened? Thank you
--
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]