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 2017/12/15 07:25:37 UTC

[GitHub] wuchuanying opened a new issue #9086: terminate called without an active exception

wuchuanying opened a new issue #9086: terminate called without an active exception
URL: https://github.com/apache/incubator-mxnet/issues/9086
 
 
   When I write C3D use mxnet?there has a errror
   `[root@localhost build]# ./c3d ../data --gpu 0
   [14:05:04] src/nnvm/legacy_json_util.cc:190: Loading symbol saved by previous version v0.11.0. Attempting to upgrade...
   [14:05:04] src/nnvm/legacy_json_util.cc:198: Symbol successfully upgraded!
   [14:05:06] src/operator/nn/./cudnn/./cudnn_algoreg-inl.h:107: Running performance tests to find the best convolution algorithm, this can take a while... (setting env variable MXNET_CUDNN_AUTOTUNE_DEFAULT to 0 to disable)
   terminate called without an active exception
   `
   but,When I comment out the code (resource.cc)
   ` //~ResourceRandom() {
       //  mshadow::Random<xpu> *r = prnd;
       //  Engine::Get()->DeleteVariable(
       //      [r](RunContext rctx) {
       //        MSHADOW_CATCH_ERROR(delete r);
       //      }, ctx, resource.var);
       //}`
   error disappeared
   

----------------------------------------------------------------
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