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일

0 개 추천

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?
Joss Knight
Joss Knight 2018년 3월 14일
No, I'm afraid not.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Deep Learning with GPU Coder에 대해 자세히 알아보기

질문:

2018년 3월 12일

댓글:

2018년 3월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by