Is it possible to create VHDL Code of the “Image Classifier” block from the Deep Neural Networks library with HDL Coder?
1 view (last 30 days)
Show older comments
I have created a neural network to classify digits. With the “Image Classifier” block from the Deep Neural Networks library I built a Simulink model, which worked well. Now I tried to generate the VHDL code of these NN using the HDL Coder. I get following error:
Unable to resolve the name coder.loadMatObj.
Function 'Subsystem/Image Classifier/MLFB' (#178.49.218), line 2, column 14: "deep.blocks.internal.classifier(image, 'Ziffernerkennung2/Subsystem/Image Classi"
Is it possible to create VHDL code of the “Image Classifier” block from the Deep Neural Networks library with HDL Coder? Do I need an extra Toolbox?
Best regards,
Martin Berthold
0 Comments
Answers (1)
Siyuan Xu
on 17 Mar 2021
Hi,
Regarding generating HDL you can refer to Deep Learning HDL Toolbox & Supported Networks, Layers and Boards.
It allows you to run a variety of deep learning networks on supported Xilinx® and Intel® FPGA and SoC devices.
Best regards,
Siyuan
0 Comments
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!