TaoLv commented on issue #10316: MultiBoxDetection cannot pass consistency check
URL: https://github.com/apache/incubator-mxnet/issues/10316#issuecomment-378132736
There is an `atomicAdd` in the [cuda implementation](https://github.com/apache/incubator-mxnet/blob/master/src/operator/contrib/multibox_detection.cu#L93)
of MultiBoxDetection. It will generate unstable results which are not reproducible. So I cannot
check the consistency between cpu and gpu computation. I am not sure if it's as expectation.
But I think you should be aware of this. @zhreshold @piiswrong
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
With regards,
Apache Git Services
|