DickJC123 opened a new pull request #7326: Fixes improper deconv workspace alloc URL: https://github.com/apache/incubator-mxnet/pull/7326 The size of the temp workspace required by deconv Backward() should be the max needed by the two kernels employed by this operation, namely cudnnConvolutionForward() and cudnnConvolutionBackwardFilter(). Includes some code cleanup to both conv and deconv operators to prevent similar errors from reappearing. ---------------------------------------------------------------- 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
