masahi removed a comment on pull request #6449:
URL: https://github.com/apache/incubator-tvm/pull/6449#issuecomment-692436699
@kevinthesun I get this error from faster rcnn and mask rcnn. Is this
expected?
```
File
"/mnt/2e797a66-fd2b-44fc-a3ba-24d7d65f2780/projects/dev/tvm/src/te/schedule/schedule_postproc_to_primfunc.cc",
line 131
TVMError: Check failed: allow_alloc: Cannot find the Realization point of
tensor Tensor(shape=[1], op.name=box_data_length)
During handling of the above exception, another exception occurred:
TVMError: Check failed: allow_alloc: Cannot find the Realization point of
tensor Tensor(shape=[1], op.name=box_data_length)
Error during compile function
-----------------------------
#[version = "0.0.5"]
fn (%p0: Tensor[(1, ?, ?), float32], Primitive=1) -> (Tensor[(1), int32],
Tensor[(1, ?, ?), float32], Tensor[(1, ?), int32]) {
vision.get_valid_counts(%p0, meta[relay.attrs.GetValidCountsAttrs][0]) /*
ty=(Tensor[(1), int32], Tensor[(1, ?, ?), float32], Tensor[(1, ?), int32]) */
}
```
----------------------------------------------------------------
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]