I found this explanation:
-eq, --equalization_criterion
: Criteria to equalize the stats of inputs to an element-wise op layer or depth-wise convolutional layer. This parameter is useful for ResNets and MoblieNets. Options are arithmetic_mean
,:code:geometric_mean, union
, and intersection
. The default value is union
.
but I still don’t understand why it is necessary and what each option does.
Thanks