Coding a deep learning network

1 Ansicht (letzte 30 Tage)
Lorenzo Masini
Lorenzo Masini am 12 Mär. 2018
Kommentiert: Joss Knight am 14 Mär. 2018
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.

Antworten (1)

Joss Knight
Joss Knight am 14 Mär. 2018
Bearbeitet: Joss Knight am 14 Mär. 2018
There is no current CPU support for codegen for deep networks. You could use MATLAB Compiler instead, which can generate DLLs.
  2 Kommentare
Lorenzo Masini
Lorenzo Masini am 14 Mär. 2018
I see. But the Matlab compiler can create 32-bit DLLs?
Joss Knight
Joss Knight am 14 Mär. 2018
No, I'm afraid not.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Deep Learning with GPU Coder finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by