필터 지우기
필터 지우기

Retrieve initialization specifics from a dlnetwork object

조회 수: 2 (최근 30일)
Matt J
Matt J 2024년 4월 19일
댓글: Matt J 2024년 4월 24일
I have applied replaceLayer() to a dlnetwork object DLN1 that I have.
DLN2=replaceLayer(DLN1,layerName,newLayer);
As a result of this, the new network DLN2 is uninitialized. I would like to retrieve the networkDataLayout objects X1,...,XN that were used to initialize DLN1 and use them to initialize DLN2. Can I retrieve this information given only DLN1? The input layout information must be in there somewhere. Is there a way to extract it?

채택된 답변

David Ho
David Ho 2024년 4월 23일
Hello Matt J,
Unfortunately extracting the example inputs from a dlnetwork isn't currently supported. I've made an internal request to consider this feature for a future release.
If you have the time to get in contact with Technical Support, it would be great if you could give them some more details about your use case so we can pass these to the relevant developers, and potentially see if there is a workaround available for your specific use case.
Best regards,
David

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by