Training-progress Plots not supported for compiled EXE?

3 次查看(过去 30 天)
classOptions = trainingOptions('sgdm', ...
...
'Plots','training-progress');
I have a Deep Learning script that I would like to deploy as an exe.
I get the error message that the training progress plots are not supported.
2 Questions:
a) How can I make a switch inside my program that determines if it is run from within Matlab or from the Exe?
i.e. if "matlab"
'Plots','training-progress');
else
'none','training-progress');
b) the training progress outputs on my screen. How can I capture these numbers in an array, so that I can plot it myself at the end when running the executable version?
thanks!

采纳的回答

Roshni Garnayak
Roshni Garnayak 2020-1-8
To check if the code is run in the MATLAB mode or deployed mode, use ‘isdeployed’ function. Refer to the following link to know more about the function:
  2 个评论
Jan
Jan 2020-1-8
Thanks Roshni,
that is exactly the command I was looking for.
Very helpful
Jan
sweta sharma
sweta sharma 2022-12-28
but does it mean the progress can not be shown when the application is deployed?
Is there any way?

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

产品


版本

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by