フィルターのクリア

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 Center および File ExchangeImage Data Workflows についてさらに検索

製品


リリース

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by