Seanlinx / mtcnn

593 stars 264 forks source link

run demo failed #48

Closed nopattern closed 7 years ago

nopattern commented 7 years ago
    I try to run 'python demo.py' ,then the following error occured. The error happens when run line 'v.as_in_context(ctx)' in  function def convert_context(params, ctx):

error info: /deep/work/incubator-mxnet/dmlc-core/include/dmlc/./logging.h:308: 14:40:34] /deep/work/incubator-mxnet/dmlc-core/include/dmlc/./logging.h:308: [14:40:34] /deep/work/incubator-mxnet/mshadow/mshadow/./tensor_gpu-inl.h:35: Check failed: e == cudaSuccess CUDA: unknown error

I am using mxnet version 0.11.1. what is problem about convert_context()?

nopattern commented 7 years ago
The problem happens only when the linux is waked up after suspended. It 's normal after reboot.