Effacer les filtres
Effacer les filtres

Retrieve initialization specifics from a dlnetwork object

2 vues (au cours des 30 derniers jours)
Matt J
Matt J le 19 Avr 2024
Commenté : Matt J le 24 Avr 2024
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?

Réponse acceptée

David Ho
David Ho le 23 Avr 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

Plus de réponses (0)

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Produits


Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by