isequal
Check equality of deep learning layer graphs or networks
Description
checks the equality of
tf
= isequal(net1,net2)SeriesNetwork
, DAGNetwork
, LayerGraph
,
or dlnetwork
objects net1
and
net2
.
If both inputs are
SeriesNetwork
orDAGNetwork
objects, or one of each, then the function returns1
(true) when the properties and architectures match. Otherwise, the function returns0
(false).If both inputs are
LayerGraph
objects, then the function returns1
(true) when the properties and architectures match. Otherwise, the function returns0
(false).If both inputs are
dlnetwork
objects, then the function returns1
(true) when the properties and architectures match. Otherwise, the function returns0
(false).For other combinations, the function returns
0
(false).
checks equality of
the tf
= isequal(net1,...,netN)N
networks or layer graphs net1
, …,
netN
.
Examples
Input Arguments
Version History
See Also
isequaln
| trainNetwork
| SeriesNetwork
| DAGNetwork
| analyzeNetwork
| assembleNetwork
| dlnetwork