Retrieve initialization specifics from a dlnetwork object

2 次查看(过去 30 天)
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