removeLayers
Remove layers from layer graph or network
Description
removes the layers specified by lgraphUpdated
= removeLayers(lgraph
,layerNames
)layerNames
from the layer graph
lgraph
. The function also removes any connections to the
removed layers.
removes the layers specified by netUpdated
= removeLayers(net
,layerNames
)layerNames
from the
dlnetwork
object net
. The function also
removes any connections to the removed layers.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2017b