Coding a deep learning network
1 回表示 (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
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 件のコメント
参考
カテゴリ
Help Center および File 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!