Is it possible to create VHDL Code of the “Image Classifier” block from the Deep Neural Networks library with HDL Coder?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Siyuan Xu
le 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 commentaires
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!