masahi commented on issue #6300: URL: https://github.com/apache/incubator-tvm/issues/6300#issuecomment-676750552
> One think that I noticed is that I get a bunch of `WARNING:root:Untyped Tensor found, assume it is float32` when I compile the pytorch model using TVM. Is there any way to check which specific tensor create problems? Unfortunately no. This is indeed an annoying issue. Even if you are tracing, we get this warning because it seems (?) the weight and bias parameters from torch are not typed. So most likely the warning comes from tensors corresponding to parameters of conv, dense, batch norm etc ---------------------------------------------------------------- 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]
