isequal
Description
checks the equality of tf
= isequal(net1,net2
)dlnetwork
objects net1
and
net2
. The function returns 1
(true
) when the properties and architectures match. Otherwise, the
function returns 0
(false
).
The isequal
function can operate on arrays of networks. In this
case, the function performs element-wise comparison.
checks equality of
the tf
= isequal(net1,...,netN)N
networks net1
, …,
netN
.
Examples
Input Arguments
Version History
Introduced in R2021aSee Also
isequaln
| trainnet
| trainingOptions
| dlnetwork
| analyzeNetwork