Harold-Zhang commented on issue #7958: Engine shutdown URL: https://github.com/apache/incubator-mxnet/issues/7958#issuecomment-333280011 @zhreshold I am sorry about that I found I just @ a wrong person. I updated my mxnet code after you modified it, and then I got an error. The following code is where the error happened. `#if (CV_MAJOR_VERSION > 2 || (CV_MAJOR_VERSION == 2 && CV_MINOR_VERSION >=4)) cv::imdecode(buf, flag, &dst); + CHECK(!dst.empty()) << "Decoding failed. Invalid image file."; ` Here is the error report: ` /home/deeplearning/github/incubator-mxnet/dmlc-core/include/dmlc/./logging.h:308: [11:13:06] src/io/image_io.cc:160: Check failed: !dst.empty() Decoding failed. Invalid image file. ` What should I do to correct this error? ---------------------------------------------------------------- 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: [email protected]
With regards, Apache Git Services
