Compiled app from App Designer can't recognize 'DAGNetwork'.
Show older comments
I trained a U-Net model using 'unetLayers.m' and tried to read this model from an Matlab App.
It works fine with Matlab App but failed to read this model from the compiled standalone App.
I got this error message:
Warning: Variable 'net' originally saved as a DAGNetwork cannot be instantiated as an object and will be read in as a uint32.
I found this thread related to my question:
but the solution provided in this thread didn't work with my issue.
Any clue is appreciated!
Thanks!
Accepted Answer
More Answers (0)
Categories
Find more on Get Started with MATLAB Compiler SDK 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!