You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/08/27 01:11:37 UTC

[GitHub] [incubator-mxnet] karan6181 commented on issue #19024: SSD Training fails with free pointer issue during end of training

karan6181 commented on issue #19024:
URL: https://github.com/apache/incubator-mxnet/issues/19024#issuecomment-681203855


   Initially, I created an issue (https://github.com/dmlc/gluon-cv/issues/1415) in Gluon CV thinking that this might be related to script issue. But by root causing that issue, I found that by adding `mx.nd.waitall()` at the end of the script, I dont see that crash anymore. From my understanding (correct me if I am wrong), One shouldn't call the `mx.nd.waitall()` explicitly and the MXNet engine should be able to release tensors accordingly after the operation has finished. 
   
   Is this a bug in MXNet or am i missing something here?


----------------------------------------------------------------
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:
users@infra.apache.org