Info
此问题已关闭。 请重新打开它进行编辑或回答。
can't find nnet.internal.cnngpu.reluBackward
1 次查看(过去 30 天)
显示 更早的评论
错误使用 nnet.internal.cnngpu.reluBackward Out of memory on device. To view more detail about available memory on the GPU, use 'gpuDevice()'. If the problem persists, reset the GPU by calling 'gpuDevice(1)'.
出错 nnet.internal.cnn.layer.ReLU/backward (line 39) dX = nnet.internal.cnngpu.reluBackward(Z, dZ, X);
1 个评论
Joss Knight
2017-3-14
编辑:Joss Knight
2017-3-14
What is your issue? That you're running out of memory or that you don't know where this file is? nnet.internal.cnngpu.reluBackward is a built-in function so there is no file for it.
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!