kohr-h commented on issue #13135: [Python] CUDNN error from 3D deconvolution URL: https://github.com/apache/incubator-mxnet/issues/13135#issuecomment-436253376 Note: If I replace the last line with `output = output.as_in_context(mx.cpu())`, there's no problem. Likely because `copyto` does not check `_LIB.MXGetLastError()` like `asnumpy` does. The curious thing is that the code blows up at a completely unrelated place to the original 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
