Coding a deep learning network

10 次查看(过去 30 天)
Lorenzo Masini
Lorenzo Masini 2018-3-12
Hi, I learned a deep network and saved in a .mat file. I would like to build a "dll" library to use it in another software. I have problem to compile (a 32-bit dll with visual studio 2007) the function with the network object. I find the coder.loadDeepLearningNetwork, maybe the solution, but it required the GPU. Someone knows a trick to make this with the CPU only?. Thanks a lot.

回答(1 个)

Joss Knight
Joss Knight 2018-3-14
编辑:Joss Knight 2018-3-14
There is no current CPU support for codegen for deep networks. You could use MATLAB Compiler instead, which can generate DLLs.
  2 个评论
Lorenzo Masini
Lorenzo Masini 2018-3-14
I see. But the Matlab compiler can create 32-bit DLLs?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Deep Learning with GPU Coder 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by