How get analyzeNetwork output without a display environment (e.g. -nodesktop)?

조회 수: 3 (최근 30일)
Marc Vaillant
Marc Vaillant 2020년 3월 20일
답변: Pascal 2024년 2월 1일
It doesn't appear that you can get the output of an analyzeNetwork call without a display available. Is this correct? I've seen that you can get part of the output by calling plot on a graph and saving to a file, but the main thing I'm interested in is getting the input and output dimensions for the layers in a network (i.e. what's shown under "ANALYSIS RESULT" from an analyzeNetwork call). Is it possible to get that either in text form or into a figure so I can save/print the gcf to a file?

답변 (2개)

Utkarsh
Utkarsh 2020년 6월 19일
Hi Marc,
From you question it seems like you want to have the layer structure stored in a variable or displayed in a textual form without using analyzeNetwork.
There is no direct way to get the information from command line since the network needs to run to calculate input, output size which is what done by analyzeNetwork.
You may refer here for the documentation.

Pascal
Pascal 2024년 2월 1일
Hi Marc,
if this is still relevant to you, there is finally an answer that will soon lead to a solution.

카테고리

Help CenterFile Exchange에서 Bar Plots에 대해 자세히 알아보기

태그

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by