Standalone application Deep Leaning Toolbox MATLAB compiler issue
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I'm trying to build a standalone application of a neural network.
When compiling the application, it excludes one file 'TrainingPlotReporter.m'.
It's a class file and it called when training a network. When looking at the compiler support page (https://www.mathworks.com/products/compiler/compiler_support.html), It never states that this is not compilealbe. I'm guessing it's because it's a class file?
My question is if there's a possiblity to include this file in the compiler anyway. If so, how?
I already tried mcc -a to include it, which doesn't work.
Any help would be appreciated!
AE edit: Please do not post Mathworks code in the forum
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox 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!