Yes, unless you really have integer tensors somewhere, which is highly unlikely, you can ignore this warning.
This warning is added for when converting from torch models jitted by `torch.jit.script(...)`. In script, there is no way to tell the type of input tensors, so we just assume it is float tensors. If you use `torch.jit.trace()`, torch knows the type of input tensors, so there is no problem. See https://github.com/apache/incubator-tvm/blob/86079479f0556002adfce2f438ea2a607e318c23/python/tvm/relay/frontend/pytorch.py#L1010-L1011 --- [Visit Topic](https://discuss.tvm.ai/t/warninguntyped-tensor-found-assume-it-is-float/6042/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/8b1b7685911901ba1d1980f4fb266e59d953b12876f2512fc188f51e0e136b22).