Azzera filtri
Azzera filtri

Retrieve initialization specifics from a dlnetwork object

2 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

David Ho
David Ho il 23 Apr 2024
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

Più risposte (0)

Prodotti


Release

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by