masahi commented on issue #13296: URL: https://github.com/apache/tvm/issues/13296#issuecomment-1305431118
Okay the bug was due to indexing by a boolean mask at https://github.com/pytorch/vision/blob/main/torchvision/models/detection/ssd.py#L433-L435, which we don't handle correctly. The PR https://github.com/apache/tvm/pull/13306 fixes this, and I confirmed that now the output is correct. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
