Main Content
unpackProjectedLayers
Description
replaces the layers of type netUnpacked
= unpackProjectedLayers(net
)ProjectedLayer
with the corresponding network
that represents the projection.
Examples
Input Arguments
Output Arguments
Tips
Code generation does not support
ProjectedLayer
objects. To replaceProjectedLayer
objects in a neural network with the equivalent neural network that represents the projection, use theunpackProjectedLayers
function or set theUnpackProjectedLayers
option of thecompressNetworkUsingProjection
function to1
(true
).
Version History
Introduced in R2023b