Effacer les filtres
Effacer les filtres

Debugging Custom Layers converted by Matlab into CodegenFusedLayer

2 vues (au cours des 30 derniers jours)
John Smith
John Smith le 15 Mar 2023
Réponse apportée : John le 16 Juin 2024
Hi,
While developing a custom layer (actually - a DAG encapsulated in a dlnetwork) I found out that Matlab converted it into a CodegenFusedLayer.
Problem is that breakpoints I set in the code of my implementation aren't hit because the code that is being executed is elsewhere.
How can I continue debuggind my code with CodegenFusedLayer? Is there a way to stop this fusion or to cause breakpoints to be triggered?
Thx

Réponses (1)

John
John le 16 Juin 2024
Acceleration="none" to trainingOptions is an option. For customs specifically, not inheriting nnet.layer.Acceleratable may suffice (haven't tried). Though not explicitly stated, I was hinted from here under "Acceleration Considerations".

Catégories

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

Produits


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by