removeLayers
Remove layers from neural network
Description
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.