how to load costum layers from workspace to netwrok in dep network designer app without losing existing network?

조회 수: 4 (최근 30일)
Hello,
I have created a network in deep network designer app and would like to add a costume layer that I created and is the workspace.
When I follow the instructions in the tutorial on how to import custom layers
it says that I should click on New->From Workspace->*choose the desired layer*->ok
but when i do that, it replaces my network with the new one instead of adding the layer to the existing network.

채택된 답변

Divya Gaddipati
Divya Gaddipati 2021년 5월 13일
I understand that you are trying to use this functionality in R2020a version. However, this workflow was added in MATLAB R2020b version. Unfortunately, there is no known workaround to achieve this workflow till R2020a version.
I would recommend you to update your MATLAB version to R2020b or later.
  댓글 수: 1
ytzhak goussha
ytzhak goussha 2021년 5월 16일
Thank you,
Here is how I do this
First, I add a "filler layer" to my network (any layer) and export the network to the workspace.
I then load my desired costum layer to the workspace (costumLayer).
Next, I replace the filler-layer with the new layer and create a graph (network)
new_lgraph = replaceLayer(exported_lgraph,"filler layer",costumLayer)
Finally, I load the new graph with the app.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by