nolanliou commented on issue #6268:
URL: https://github.com/apache/incubator-tvm/issues/6268#issuecomment-689929974
Nope, I use PyTorch 1.3.1. The error is
```
Error(s) have occurred. The program has been annotated with them:
In `main`:
v0.0.4
fn (%input: Tensor[(4, 5), int64]) {
%0 = cast(%input, dtype="float32");
divide(%0, 5) an internal invariant was violated while typechecking your
program [10:09:50] /data00/liuqi/code/tvm/src/relay/op/type_relations.cc:107:
Check failed: t0->dtype == t1->dtype (float32 vs. int64) :
;
}
```
----------------------------------------------------------------
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]