hsuanguo opened a new pull request #7188: URL: https://github.com/apache/tvm/pull/7188
This fix is proposed by @alec-anyvision. In a very rare condition I have seen a couple of times that the outputs were inconsistent from time to time, this was unlikely to be caught as the memory is usually initialized as 0 and those are invalid boxes. Usually I could reproduce it when `multibox_transform_loc` is called after some unrelated code/tests which could potentially used the same memory. ---------------------------------------------------------------- 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]
