netprod does not support GPU
1 次查看(过去 30 天)
显示 更早的评论
Hi, I have implemented an LSTM neural network using matlab. LSTM includes gates and i used netprod to implement them. It is running fine (but slow...) on the CPU.
I am trying to make it run on the GPU but netprod is not supported for GPU computations. I have implemented the LSTM using this blog post. below is what i have implemented.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/159979/image.png)
Below is a crop of my network with red boxes showing the problematic parts:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/159982/image.png)
Is there a way around it? I need something like netprod that runs on the GPU.
Thanks, Oshri
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!